fixed another mf bug

This commit is contained in:
2017-12-16 19:07:05 +01:00
parent eca3e5354e
commit 18c7ecb14a
+1 -1
View File
@@ -91,7 +91,7 @@ Src/stm32f0xx_it.c \
Src/system_stm32f0xx.c \
Src/main.c
C_SOURCES += $(foreach sdir,$(GEX_SRC_DIR),$(wildcard $(sdir)/*.c))
C_SOURCES += $(foreach sdir,$(GEX_SRC_DIR),$(wildcard $(sdir)/*.c)) $(GEX_SOURCES)
# ASM sources
ASM_SOURCES = \