mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-21 15:25:29 +03:00
Fix compilation error in osd.c
This commit is contained in:
parent
b7ef945e51
commit
ce79c3dbb4
1 changed files with 0 additions and 1 deletions
|
@ -5073,7 +5073,6 @@ static void osdRefresh(timeUs_t currentTimeUs)
|
||||||
osdShowStats(statsSinglePageCompatible, statsCurrentPage);
|
osdShowStats(statsSinglePageCompatible, statsCurrentPage);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
// Handle events when either "Splash", "Armed" or "Stats" screens are displayed.
|
// Handle events when either "Splash", "Armed" or "Stats" screens are displayed.
|
||||||
if ((currentTimeUs > resumeRefreshAt) || OSD_RESUME_UPDATES_STICK_COMMAND) {
|
if ((currentTimeUs > resumeRefreshAt) || OSD_RESUME_UPDATES_STICK_COMMAND) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue