Use first letter capital camel case for enum class members.

This commit is contained in:
Marek Bel 2019-06-12 18:19:41 +02:00
parent 0401490cc1
commit cbb92860d0
5 changed files with 48 additions and 48 deletions
Firmware

View file

@ -598,7 +598,7 @@ void get_command()
if (farm_mode)
{
prusa_statistics(6);
lcd_commands_type = LcdCommands::FARM_MODE_CONFIRM;
lcd_commands_type = LcdCommands::FarmModeConfirm;
}
}