Browse Source

Fix for #1946

Syntax error.
AnHardt 9 years ago
parent
commit
b59e92ab99
1 changed files with 1 additions and 3 deletions
  1. 1
    3
      Marlin/pins_AZTEEG_X3.h

+ 1
- 3
Marlin/pins_AZTEEG_X3.h View File

@@ -28,9 +28,7 @@
28 28
    #define STAT_LED_RED 64
29 29
    #define STAT_LED_BLUE 63
30 30
   #endif
31
-#endif
32
-
33
-#elif define TEMP_STAT_LEDS
31
+#elif defined(TEMP_STAT_LEDS)
34 32
   #define STAT_LED_RED       6
35 33
   #define STAT_LED_BLUE     11
36 34
 #endif

Loading…
Cancel
Save