Skip to content

Commit 6a270fb

Browse files
Andreas Larssonkegilbert
authored andcommitted
Moved ODIN target files into STM32F439xI folder to avoid duplicate code
1 parent ee864cd commit 6a270fb

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+9
-20699
lines changed

targets/TARGET_STM/TARGET_STM32F4/TARGET_UBLOX_EVK_ODIN_W2/PeripheralNames.h renamed to targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F439xI/TARGET_UBLOX_EVK_ODIN_W2/PeripheralNames.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ typedef enum {
4242
ADC_3 = (int)ADC3_BASE
4343
} ADCName;
4444

45+
typedef enum {
46+
DAC_1 = (int)DAC_BASE
47+
} DACName;
4548

4649
typedef enum {
4750
UART_1 = (int)USART1_BASE,

0 commit comments

Comments
 (0)