Remove redundant enum numbering.

This commit is contained in:
Marek Bel 2019-01-25 20:14:29 +01:00
parent b167896c6d
commit aaa2670ef8

View file

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