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:
parent
b180940bec
commit
bdf2f2419d
7 changed files with 8 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue