summaryrefslogtreecommitdiff
path: root/ao_config.c
diff options
context:
space:
mode:
Diffstat (limited to 'ao_config.c')
-rw-r--r--ao_config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ao_config.c b/ao_config.c
index e32dca45..593029f2 100644
--- a/ao_config.c
+++ b/ao_config.c
@@ -97,7 +97,7 @@ ao_config_callsign_set(void) __reentrant
void
ao_config_radio_channel_show(void) __reentrant
{
- uint32_t freq = 435550L + ao_config.radio_channel * 100L;
+ uint32_t freq = 434550L + ao_config.radio_channel * 100L;
uint16_t mhz = freq / 1000L;
uint16_t khz = freq % 1000L;