projects
/
pihpsdr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b7268a
)
fixed typo.
author
DL1YCF
<dl1ycf@darc.de>
Sat, 28 Dec 2019 15:48:17 +0000
(16:48 +0100)
committer
DL1YCF
<dl1ycf@darc.de>
Sat, 28 Dec 2019 15:48:17 +0000
(16:48 +0100)
radio.c
patch
|
blob
|
history
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_
c
alibration=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_
c
alibration=25;
break;
default:
have_rx_gain=0;