quickfix to mistake made in the experimental menu visibility code

Fix indentation
This commit is contained in:
Voinea Dragos 2020-09-13 13:58:58 +03:00 committed by Alex Voinea
parent 3093c8c7f6
commit 2f5083daa7
No known key found for this signature in database
GPG Key ID: F5034E7CFCF2F973

View File

@ -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)
{ {