Remove comments
This commit is contained in:
@@ -564,8 +564,6 @@ static void MAIN_Key_EXIT(bool bKeyPressed, bool bKeyHeld)
|
|||||||
|
|
||||||
static void MAIN_Key_MENU(bool bKeyPressed, bool bKeyHeld)
|
static void MAIN_Key_MENU(bool bKeyPressed, bool bKeyHeld)
|
||||||
{
|
{
|
||||||
//static uint8_t block = 0;
|
|
||||||
|
|
||||||
if (bKeyPressed && !bKeyHeld) // menu key pressed
|
if (bKeyPressed && !bKeyHeld) // menu key pressed
|
||||||
gBeepToPlay = BEEP_1KHZ_60MS_OPTIONAL;
|
gBeepToPlay = BEEP_1KHZ_60MS_OPTIONAL;
|
||||||
|
|
||||||
@@ -587,9 +585,6 @@ static void MAIN_Key_MENU(bool bKeyPressed, bool bKeyHeld)
|
|||||||
gVfoConfigureMode = VFO_CONFIGURE;
|
gVfoConfigureMode = VFO_CONFIGURE;
|
||||||
gFlagResetVfos = true;
|
gFlagResetVfos = true;
|
||||||
|
|
||||||
//block++;
|
|
||||||
//gDebug = block;
|
|
||||||
|
|
||||||
lastFoundFrqOrChan = lastFoundFrqOrChanOld;
|
lastFoundFrqOrChan = lastFoundFrqOrChanOld;
|
||||||
|
|
||||||
CHFRSCANNER_ContinueScanning();
|
CHFRSCANNER_ContinueScanning();
|
||||||
|
Reference in New Issue
Block a user