mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 16:55:36 +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,
|
COUNT_STATS,
|
||||||
CLEAR_SCREEN,
|
CLEAR_SCREEN,
|
||||||
RENDER_STATS,
|
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) {
|
switch (phase) {
|
||||||
default:
|
default:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue