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
1 changed files with 1 additions and 1 deletions

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