Quick refactoring

This commit is contained in:
Armel FAUVEAU
2024-07-16 05:29:35 +02:00
parent 3b6a609ade
commit 7ff08e5d93
2 changed files with 5 additions and 3 deletions

View File

@@ -1209,7 +1209,7 @@ void UI_DisplayMain(void)
GUI_DisplaySmallest(String, 24, line == 0 ? 17 : 49, false, true);
}
#else
const char pwr_list[][2] = {"U", "L","M","H"};
const char pwr_list[][2] = {"L","M","H"};
UI_PrintStringSmallNormal(pwr_list[i], LCD_WIDTH + 46, 0, line + 1);
#endif
}