소스 검색

Fix Spacing issue in makefile that breaks Terminal config

Drashna Jaelre 6 년 전
부모
커밋
388df5359b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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