浏览代码

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

正在加载...
取消
保存