From 9a434faa3569bd0e5478ce167997256d86db0dc3 Mon Sep 17 00:00:00 2001 From: DL1YCF Date: Sat, 28 Dec 2019 16:48:17 +0100 Subject: [PATCH] fixed typo. --- radio.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/radio.c b/radio.c index a780f9f..35050db 100644 --- a/radio.c +++ b/radio.c @@ -435,7 +435,7 @@ void start_radio() { case DEVICE_HERMES_LITE: case DEVICE_HERMES_LITE2: have_rx_gain=1; - rx_gain_alibration=25; + rx_gain_calibration=25; break; default: have_rx_gain=0; @@ -448,7 +448,7 @@ void start_radio() { case NEW_DEVICE_HERMES_LITE: case NEW_DEVICE_HERMES_LITE2: have_rx_gain=1; - rx_gain_alibration=25; + rx_gain_calibration=25; break; default: have_rx_gain=0; -- 2.45.2