Skip to content

Commit 3847477

Browse files
Nabil Elqatib0xc0170
authored andcommitted
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.
1 parent c3595f4 commit 3847477

File tree

1 file changed

+0
-6
lines changed
  • targets/TARGET_STM/TARGET_STM32L4/TARGET_STM32L496xG

1 file changed

+0
-6
lines changed

targets/TARGET_STM/TARGET_STM32L4/TARGET_STM32L496xG/objects.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,6 @@ struct port_s {
5454
__IO uint32_t *reg_out;
5555
};
5656

57-
struct analogin_s {
58-
ADCName adc;
59-
PinName pin;
60-
uint32_t channel;
61-
};
62-
6357
struct can_s {
6458
CANName can;
6559
int index;

0 commit comments

Comments
 (0)