diff --git a/am_fix.c b/am_fix.c index cef5d2b..34e6062 100644 --- a/am_fix.c +++ b/am_fix.c @@ -269,9 +269,9 @@ switch (gCurrentFunction) #ifdef ENABLE_AM_FIX_SHOW_DATA counter = display_update_rate; // queue up a display update as soon as we switch to RX mode #endif -default: - return; + return; +default: } @@ -399,4 +399,4 @@ void AM_fix_enable(bool on) { enabled = on; } -#endif \ No newline at end of file +#endif