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
    #define STAT_LED_RED 64
28
    #define STAT_LED_RED 64
29
    #define STAT_LED_BLUE 63
29
    #define STAT_LED_BLUE 63
30
   #endif
30
   #endif
31
-#endif
32
-
33
-#elif define TEMP_STAT_LEDS
31
+#elif defined(TEMP_STAT_LEDS)
34
   #define STAT_LED_RED       6
32
   #define STAT_LED_RED       6
35
   #define STAT_LED_BLUE     11
33
   #define STAT_LED_BLUE     11
36
 #endif
34
 #endif

Loading…
Cancel
Save