mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 16:25:31 +03:00
OSD - Fix code-style.
This commit is contained in:
parent
5215a2b896
commit
765afa35b7
1 changed files with 2 additions and 2 deletions
|
@ -954,9 +954,9 @@ static bool osdRefreshStats(void)
|
|||
COUNT_STATS,
|
||||
CLEAR_SCREEN,
|
||||
RENDER_STATS,
|
||||
} osd_refresh_stats_phase_e;
|
||||
} osdRefreshStatsPhase_e;
|
||||
|
||||
static osd_refresh_stats_phase_e phase = INITIAL_CLEAR_SCREEN;
|
||||
static osdRefreshStatsPhase_e phase = INITIAL_CLEAR_SCREEN;
|
||||
|
||||
switch (phase) {
|
||||
default:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue