From 6bf7136ecab60966b984e0fb49cca03e887943c1 Mon Sep 17 00:00:00 2001 From: Armel FAUVEAU Date: Thu, 4 Jul 2024 04:06:15 +0200 Subject: [PATCH] Remove comments --- app/main.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/app/main.c b/app/main.c index c568039..2a151a6 100644 --- a/app/main.c +++ b/app/main.c @@ -564,8 +564,6 @@ static void MAIN_Key_EXIT(bool bKeyPressed, bool bKeyHeld) static void MAIN_Key_MENU(bool bKeyPressed, bool bKeyHeld) { - //static uint8_t block = 0; - if (bKeyPressed && !bKeyHeld) // menu key pressed gBeepToPlay = BEEP_1KHZ_60MS_OPTIONAL; @@ -587,9 +585,6 @@ static void MAIN_Key_MENU(bool bKeyPressed, bool bKeyHeld) gVfoConfigureMode = VFO_CONFIGURE; gFlagResetVfos = true; - //block++; - //gDebug = block; - lastFoundFrqOrChan = lastFoundFrqOrChanOld; CHFRSCANNER_ContinueScanning();