summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/core/ao_config.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/ao_config.c b/src/core/ao_config.c
index 0aac16a6..9c84fe60 100644
--- a/src/core/ao_config.c
+++ b/src/core/ao_config.c
@@ -210,6 +210,7 @@ ao_config_callsign_set(void) __reentrant
}
#if HAS_RADIO
+
void
ao_config_frequency_show(void) __reentrant
{
@@ -227,7 +228,9 @@ ao_config_frequency_set(void) __reentrant
ao_config.frequency = ao_cmd_lex_u32;
ao_config_set_radio();
_ao_config_edit_finish();
+#if HAS_RADIO_RECV
ao_radio_recv_abort();
+#endif
}
#endif