Remove redundant enum numbering.

This commit is contained in:
Marek Bel 2019-01-25 20:14:29 +01:00
parent b167896c6d
commit aaa2670ef8
1 changed files with 1 additions and 1 deletions

View File

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