1
0
Fork 0
mirror of https://github.com/EdgeTX/edgetx.git synced 2025-07-25 17:25:10 +03:00

Remove old AVR stuff + cosmetics

This commit is contained in:
Bertrand Songis 2019-05-03 23:20:03 +02:00
parent b180940bec
commit bdf2f2419d
7 changed files with 8 additions and 9 deletions

View file

@ -310,7 +310,9 @@ void guiMain(event_t evt)
}
if (popupDisplayed == false || evt) {
popupDisplayed = lcdRestoreBackupBuffer();
if (warn) DISPLAY_WARNING(evt);
if (warn) {
DISPLAY_WARNING(evt);
}
if (menu) {
const char * result = runPopupMenu(evt);
if (popupMenuItemsCount == 0) {
@ -462,6 +464,7 @@ void guiMain(event_t evt)
void perMain()
{
DEBUG_TIMER_START(debugTimerPerMain1);
#if defined(PCBSKY9X) && !defined(REVA)
calcConsumption();
#endif