1
0
Fork 0

Fix Spacing issue in makefile that breaks Terminal config

This commit is contained in:
Drashna Jaelre 2018-11-06 01:31:56 -08:00 committed by Jack Humbert
parent 1b3ac77fec
commit 388df5359b

View file

@ -46,7 +46,7 @@ ifeq ($(PLATFORM),CHIBIOS)
endif
ifeq ($(strip $(AUTO_SHIFT_ENABLE)), yes)
TMK_COMMON_SRC += $(CHIBIOS)/os/various/syscalls.c
else ifeq($(strip $(TERMINAL_ENABLE)), yes)
else ifeq ($(strip $(TERMINAL_ENABLE)), yes)
TMK_COMMON_SRC += $(CHIBIOS)/os/various/syscalls.c
endif
endif