forked from mirror/uv-k5-firmware
Renamed to an accurate name.
This commit is contained in:
parent
220edf489d
commit
b5284df7eb
@ -647,7 +647,7 @@ void APP_Update(void)
|
||||
}
|
||||
|
||||
if (gCssScanMode == CSS_SCAN_MODE_SCANNING && gScheduleScanListen && gVoiceWriteIndex == 0) {
|
||||
MENU_SelectNextDCS();
|
||||
MENU_SelectNextCode();
|
||||
gScheduleScanListen = false;
|
||||
}
|
||||
|
||||
|
@ -98,7 +98,7 @@ void MENU_StartCssScan(int8_t Direction)
|
||||
gCssScanMode = CSS_SCAN_MODE_SCANNING;
|
||||
gMenuScrollDirection = Direction;
|
||||
RADIO_SelectVfos();
|
||||
MENU_SelectNextDCS();
|
||||
MENU_SelectNextCode();
|
||||
ScanPauseDelayIn10msec = 50;
|
||||
gScheduleScanListen = false;
|
||||
}
|
||||
@ -518,7 +518,7 @@ void MENU_AcceptSetting(void)
|
||||
gRequestSaveSettings = true;
|
||||
}
|
||||
|
||||
void MENU_SelectNextDCS(void)
|
||||
void MENU_SelectNextCode(void)
|
||||
{
|
||||
uint8_t UpperLimit;
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
||||
|
||||
int MENU_GetLimits(uint8_t Cursor, uint8_t *pMin, uint8_t *pMax);
|
||||
void MENU_AcceptSetting(void);
|
||||
void MENU_SelectNextDCS(void);
|
||||
void MENU_SelectNextCode(void);
|
||||
void MENU_ShowCurrentSetting(void);
|
||||
void MENU_StartCssScan(int8_t Direction);
|
||||
void MENU_StopCssScan(void);
|
||||
|
Loading…
Reference in New Issue
Block a user