Explorar el Código

Fix for #1946

Syntax error.
AnHardt hace 9 años
padre
commit
b59e92ab99
Se han modificado 1 ficheros con 1 adiciones y 3 borrados
  1. 1
    3
      Marlin/pins_AZTEEG_X3.h

+ 1
- 3
Marlin/pins_AZTEEG_X3.h Ver fichero

@@ -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…
Cancelar
Guardar