소스 검색

Typo fixed in sanity check.

Chris Roadfeldt 9 년 전
부모
커밋
666fad3494
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      Marlin/SanityCheck.h

+ 1
- 1
Marlin/SanityCheck.h 파일 보기

@@ -106,7 +106,7 @@
106 106
       #if Z_PROBE_PIN == -1
107 107
         #error You must have a Z_PROBE_PIN defined if you enable Z_PROBE_AND_ENDSTOP
108 108
       #endif
109
-      #ifndef (NUM_SERVOS)
109
+      #ifndef NUM_SERVOS
110 110
         #error You must have NUM_SERVOS defined and there must be at least 1 configured to use Z_PROBE_AND_ENDSTOP
111 111
       #endif
112 112
       #if defined(NUM_SERVOS) && NUM_SERVOS < 1

Loading…
취소
저장