1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-23 08:15:30 +03:00

OSD - Fix code-style.

This commit is contained in:
Dominic Clifton 2022-01-23 15:31:50 +01:00
parent 5215a2b896
commit 765afa35b7

View file

@ -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: