]> git.rkrishnan.org Git - pihpsdr.git/commitdiff
fixed typo.
authorDL1YCF <dl1ycf@darc.de>
Sat, 28 Dec 2019 15:48:17 +0000 (16:48 +0100)
committerDL1YCF <dl1ycf@darc.de>
Sat, 28 Dec 2019 15:48:17 +0000 (16:48 +0100)
radio.c

diff --git a/radio.c b/radio.c
index a780f9fc969f872a6fc6acd0c8c3635728d6f15c..35050db485562024a98ef0b14eb39ecc0a75b8f7 100644 (file)
--- 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;