Use first letter capital camel case for enum class members.
This commit is contained in:
parent
0401490cc1
commit
cbb92860d0
5 changed files with 48 additions and 48 deletions
Firmware
|
@ -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;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue