Bläddra i källkod

Typo fixed in sanity check.

Chris Roadfeldt 9 år sedan
förälder
incheckning
666fad3494
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1
    1
      Marlin/SanityCheck.h

+ 1
- 1
Marlin/SanityCheck.h Visa fil

@@ -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

Laddar…
Avbryt
Spara