mirror of
https://github.com/OneOfEleven/uv-k5-firmware-custom.git
synced 2025-04-28 14:21:25 +03:00
compile bug fix
This commit is contained in:
parent
4040d047fd
commit
a188f846f5
2
Makefile
2
Makefile
@ -32,7 +32,7 @@ ENABLE_VOX := 0
|
||||
ENABLE_REDUCE_LOW_MID_TX_POWER := 1
|
||||
# Tx Alarm 600 B
|
||||
ENABLE_ALARM := 0
|
||||
ENABLE_TX1750 := 1
|
||||
ENABLE_TX1750 := 0
|
||||
# MDC1200 2.8 kB
|
||||
ENABLE_MDC1200 := 1
|
||||
ENABLE_PWRON_PASSWORD := 0
|
||||
|
@ -1703,7 +1703,7 @@ void APP_process_search(void)
|
||||
#if defined(ENABLE_CODE_SEARCH_TIMEOUT)
|
||||
g_search_css_state = SEARCH_CSS_STATE_FAILED;
|
||||
|
||||
BK4819_Disable();
|
||||
BK4819_Idle();
|
||||
|
||||
AUDIO_PlayBeep(BEEP_880HZ_60MS_TRIPLE_BEEP);
|
||||
g_update_status = true;
|
||||
|
BIN
firmware.bin
BIN
firmware.bin
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user