projects
/
pihpsdr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e200466
)
fixed typo
author
c vw
<dl1ycf@darc.de>
Sun, 12 Sep 2021 18:02:59 +0000
(20:02 +0200)
committer
c vw
<dl1ycf@darc.de>
Sun, 12 Sep 2021 18:02:59 +0000
(20:02 +0200)
radio.c
patch
|
blob
|
history
diff --git
a/radio.c
b/radio.c
index 1b95d8cc74e03845a6146dc7a440831c1f01dba4..d4ec4d6f4c8276d205abe2d248527fe8dee0ff8b 100644
(file)
--- 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;
}