Explorar el Código

Fix Spacing issue in makefile that breaks Terminal config

Drashna Jaelre hace 6 años
padre
commit
388df5359b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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