mirror of https://github.com/ARMmbed/mbed-os.git
Remove analogin_s definition from objects.h
The structure being already defined in targets/TARGET_STM/TARGET_STM32L4/common_objects.h#L119, there is a redefinition conflict.pull/5427/head
parent
c3595f473c
commit
3847477b29
|
@ -54,12 +54,6 @@ struct port_s {
|
||||||
__IO uint32_t *reg_out;
|
__IO uint32_t *reg_out;
|
||||||
};
|
};
|
||||||
|
|
||||||
struct analogin_s {
|
|
||||||
ADCName adc;
|
|
||||||
PinName pin;
|
|
||||||
uint32_t channel;
|
|
||||||
};
|
|
||||||
|
|
||||||
struct can_s {
|
struct can_s {
|
||||||
CANName can;
|
CANName can;
|
||||||
int index;
|
int index;
|
||||||
|
|
Loading…
Reference in New Issue