Variable lcd_commands_step doesn't need to be global.
This commit is contained in:
parent
58948cffcd
commit
9b1e3213ae
|
|
@ -75,7 +75,7 @@ bool presort_flag = false;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
uint8_t lcd_commands_type = LCD_COMMAND_IDLE;
|
uint8_t lcd_commands_type = LCD_COMMAND_IDLE;
|
||||||
uint8_t lcd_commands_step = 0;
|
static uint8_t lcd_commands_step = 0;
|
||||||
|
|
||||||
unsigned int custom_message_type = CUSTOM_MSG_TYPE_STATUS;
|
unsigned int custom_message_type = CUSTOM_MSG_TYPE_STATUS;
|
||||||
unsigned int custom_message_state = 0;
|
unsigned int custom_message_state = 0;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue