File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ C_DEFS = -DMCU_PACKAGE=$(MCU_PACKAGE) -DUSE_HAL_DRIVER -DUSE_FULL_LL_DRIVER -D$(
93
93
CFLAGS += $(INC ) -Werror -Wall -std=gnu11 -nostdlib $(BASE_CFLAGS ) $(C_DEFS ) $(CFLAGS_MOD ) $(COPT )
94
94
95
95
# Undo some warnings.
96
- # STM32 apparently also uses undefined preprocessor variables quite casually,
96
+ # STM32 apparently also uses undefined preprocessor variables quite casually,
97
97
# so we can't do warning checks for these.
98
98
CFLAGS += -Wno-undef
99
99
# STM32 might do casts that increase alignment requirements.
@@ -165,7 +165,7 @@ SRC_STM32 = \
165
165
stm32f4/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.c \
166
166
stm32f4/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c \
167
167
stm32f4/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.c \
168
- system_stm32f4xx.c
168
+ system_stm32f4xx.c
169
169
170
170
SRC_C += \
171
171
background.c \
@@ -190,9 +190,9 @@ SRC_C += \
190
190
lib/utils/stdout_helpers.c \
191
191
lib/utils/sys_stdio_mphal.c \
192
192
supervisor/shared/memory.c
193
-
193
+
194
194
ifneq ($(USB ) ,FALSE)
195
- SRC_C += lib/tinyusb/src/portable/st/stm32f4/dcd_stm32f4 .c
195
+ SRC_C += lib/tinyusb/src/portable/st/synopsys/dcd_synopsys .c
196
196
endif
197
197
198
198
SRC_S = \
You can’t perform that action at this time.
0 commit comments