From 49cfd5a595a0510dfb686076e42110f71d5c3782 Mon Sep 17 00:00:00 2001 From: cloudwindy Date: Fri, 20 Oct 2023 20:24:50 +0800 Subject: [PATCH] Fix can't compile with VOX on and FMRADIO off. --- radio.c | 1 - 1 file changed, 1 deletion(-) diff --git a/radio.c b/radio.c index 0ffa0f3..a1c0d4e 100644 --- a/radio.c +++ b/radio.c @@ -741,7 +741,6 @@ void RADIO_setup_registers(bool switch_to_function_foreground) !g_fm_radio_mode && #endif g_eeprom.vox_switch && - !g_fm_radio_mode && IS_NOT_NOAA_CHANNEL(g_current_vfo->channel_save) && g_current_vfo->am_mode == 0) {