Skip to content

Commit 07575b3

Browse files
committed
STM32: STM32L475xG dac_s common definition
Fixing conflict as STM32L475xG target has been merged after the first version of moving dac_s structure definition to common_ojects.h.
1 parent 024b3da commit 07575b3

File tree

1 file changed

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

1 file changed

+0
-6
lines changed

targets/TARGET_STM/TARGET_STM32L4/TARGET_STM32L475xG/objects.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,6 @@ struct analogin_s {
6060
uint32_t channel;
6161
};
6262

63-
struct dac_s {
64-
DACName dac;
65-
PinName pin;
66-
uint32_t channel;
67-
};
68-
6963
struct can_s {
7064
CANName can;
7165
int index;

0 commit comments

Comments
 (0)