Explorar el Código

Remove redundant enum numbering.

Marek Bel hace 5 años
padre
commit
aaa2670ef8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Firmware/ultralcd.cpp

+ 1 - 1
Firmware/ultralcd.cpp

@@ -160,7 +160,7 @@ static bool lcd_selfcheck_pulleys(int axis);
 static bool lcd_selfcheck_check_heater(bool _isbed);
 enum class testScreen
 {
-    extruderFan = -1,
+    extruderFan,
     printFan,
     fansOk,
     endStops,