fixed another mf bug

doublebuf
Ondřej Hruška 7 years ago
parent eca3e5354e
commit 18c7ecb14a
Signed by: MightyPork
GPG Key ID: 2C5FD5035250423D
  1. 2
      Makefile

@ -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 = \

Loading…
Cancel
Save