From b62c291456e9a35cb8cc45f18b26c0657ee21cbc Mon Sep 17 00:00:00 2001 From: wu58430 Date: Wed, 10 Jan 2024 20:12:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=94=B6=E9=9F=B3=E6=9C=BA?= =?UTF-8?q?=E7=BC=BA=E5=A4=B1=E6=96=87=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/fmradio.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/fmradio.c b/ui/fmradio.c index 1d52515..ae86690 100644 --- a/ui/fmradio.c +++ b/ui/fmradio.c @@ -14,7 +14,7 @@ * limitations under the License. */ -#ifdef ENABLE_FMRADIO +//#ifdef ENABLE_FMRADIO #include @@ -60,7 +60,7 @@ UI_DisplayClear(); pPrintStr = "M-SCAN"; } - UI_PrintStringSmall(String, 0, 127, 2); + UI_PrintStringSmall(pPrintStr, 0, 127, 2); memset(String, 0, sizeof(String)); if (gAskToSave || (gEeprom.FM_IsMrMode && gInputBoxIndex > 0)) {