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
Nabil Elqatib 2017-08-03 16:26:22 +02:00 committed by Martin Kojtal
parent c3595f473c
commit 3847477b29
1 changed files with 0 additions and 6 deletions

View File

@ -54,12 +54,6 @@ struct port_s {
__IO uint32_t *reg_out;
};
struct analogin_s {
ADCName adc;
PinName pin;
uint32_t channel;
};
struct can_s {
CANName can;
int index;