quickfix to mistake made in the experimental menu visibility code
Fix indentation
This commit is contained in:
parent
3093c8c7f6
commit
2f5083daa7
@ -5724,6 +5724,7 @@ void lcd_hw_setup_menu(void) // can not be "static"
|
|||||||
|
|
||||||
if (_md->status == 0 || lcd_draw_update)
|
if (_md->status == 0 || lcd_draw_update)
|
||||||
{
|
{
|
||||||
|
_md->status = 1;
|
||||||
_md->experimental_menu_visibility = eeprom_read_byte((uint8_t *)EEPROM_EXPERIMENTAL_VISIBILITY);
|
_md->experimental_menu_visibility = eeprom_read_byte((uint8_t *)EEPROM_EXPERIMENTAL_VISIBILITY);
|
||||||
if (_md->experimental_menu_visibility == EEPROM_EMPTY_VALUE)
|
if (_md->experimental_menu_visibility == EEPROM_EMPTY_VALUE)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user