fixed: Makefile bug

This commit is contained in:
yankun
2026-02-06 17:42:27 +08:00
parent 04936f22cf
commit 58053fdd29

View File

@@ -38,6 +38,7 @@ BUILD_DIR = build
C_SOURCES = \
Core/Src/main.c \
Core/Src/freertos.c \
Core/Src/machine.c \
Core/Src/stm32f1xx_it.c \
Core/Src/stm32f1xx_hal_msp.c \
Core/Src/stm32f1xx_hal_timebase_tim.c \