From: DL1YCF Date: Sat, 28 Dec 2019 15:48:17 +0000 (+0100) Subject: fixed typo. X-Git-Url: https://git.rkrishnan.org/pf/ref/de/seg/bridge/nav?a=commitdiff_plain;h=9a434faa3569bd0e5478ce167997256d86db0dc3;p=pihpsdr.git fixed typo. --- 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;