From e555919f89f6275eee1e90a62cb25c31f78e0999 Mon Sep 17 00:00:00 2001 From: losehu <52628935+losehu@users.noreply.github.com> Date: Sun, 14 Jan 2024 17:19:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8DAM=E6=8E=A5=E6=94=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- am_fix.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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