mirror of
https://github.com/hathach/tinyusb.git
synced 2026-02-04 15:35:44 +00:00
minor clean up
This commit is contained in:
@ -37,11 +37,7 @@ SRC_C += \
|
||||
$(ST_HAL_DRIVER)/Src/stm32$(ST_FAMILY)xx_hal_rcc_ex.c \
|
||||
$(ST_HAL_DRIVER)/Src/stm32$(ST_FAMILY)xx_hal_uart.c
|
||||
|
||||
ifeq ($(MCU_VARIANT),stm32u545xx)
|
||||
SRC_C += \
|
||||
src/portable/st/stm32_fsdev/dcd_stm32_fsdev.c \
|
||||
src/portable/st/stm32_fsdev/fsdev_common.c
|
||||
else ifeq ($(MCU_VARIANT),stm32u535xx)
|
||||
ifneq ($(filter stm32u545xx stm32u535xx,$(MCU_VARIANT)),)
|
||||
SRC_C += \
|
||||
src/portable/st/stm32_fsdev/dcd_stm32_fsdev.c \
|
||||
src/portable/st/stm32_fsdev/fsdev_common.c
|
||||
|
||||
Reference in New Issue
Block a user