Sfoglia il codice sorgente

Fix Spacing issue in makefile that breaks Terminal config

Drashna Jaelre 6 anni fa
parent
commit
388df5359b
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      tmk_core/common.mk

+ 1 - 1
tmk_core/common.mk

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