Browse Source

Typo fixed in sanity check.

Chris Roadfeldt 9 years ago
parent
commit
666fad3494
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/SanityCheck.h

+ 1
- 1
Marlin/SanityCheck.h View File

@@ -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…
Cancel
Save