Remove comments

This commit is contained in:
Armel FAUVEAU
2024-07-04 04:06:15 +02:00
parent 6d77b4a58d
commit 6bf7136eca

View File

@@ -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();