ソースを参照

Typo fixed in sanity check.

Chris Roadfeldt 10年前
コミット
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

読み込み中…
キャンセル
保存