mirror of
https://github.com/OneOfEleven/uv-k5-firmware-custom.git
synced 2025-04-28 14:21:25 +03:00
Fix can't compile with VOX on and FMRADIO off.
This commit is contained in:
parent
b18edd6484
commit
49cfd5a595
1
radio.c
1
radio.c
@ -741,7 +741,6 @@ void RADIO_setup_registers(bool switch_to_function_foreground)
|
|||||||
!g_fm_radio_mode &&
|
!g_fm_radio_mode &&
|
||||||
#endif
|
#endif
|
||||||
g_eeprom.vox_switch &&
|
g_eeprom.vox_switch &&
|
||||||
!g_fm_radio_mode &&
|
|
||||||
IS_NOT_NOAA_CHANNEL(g_current_vfo->channel_save) &&
|
IS_NOT_NOAA_CHANNEL(g_current_vfo->channel_save) &&
|
||||||
g_current_vfo->am_mode == 0)
|
g_current_vfo->am_mode == 0)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user