From: c vw <dl1ycf@darc.de>
Date: Sun, 12 Sep 2021 18:02:59 +0000 (+0200)
Subject: fixed typo
X-Git-Url: https://git.rkrishnan.org/%5B/frontends/flags/quickstart.html?a=commitdiff_plain;h=d2f2f0dea7709db3262422bf7fc4023ed61c36bd;p=pihpsdr.git

fixed typo
---

diff --git a/radio.c b/radio.c
index 1b95d8c..d4ec4d6 100644
--- a/radio.c
+++ b/radio.c
@@ -1163,7 +1163,7 @@ void start_radio() {
   adc[0].preamp=FALSE;
   adc[0].attenuation=0;
   if(have_rx_gain) {
-    adc[0].gain=rx_calibration;
+    adc[0].gain=rx_gain_calibration;
   } else {
     adc[0].gain=0;
   }