Skip to content

Commit 597bb6f

Browse files
committed
STM32L496xG fix objects.h to fit common_objects definition
1 parent 67a4202 commit 597bb6f

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
@@ -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)