projects
/
pihpsdr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a995dc1
)
small correction
author
c vw
<dl1ycf@darc.de>
Thu, 11 Jun 2020 14:52:27 +0000
(16:52 +0200)
committer
c vw
<dl1ycf@darc.de>
Thu, 11 Jun 2020 14:52:27 +0000
(16:52 +0200)
vfo.c
patch
|
blob
|
history
diff --git
a/vfo.c
b/vfo.c
index 9f754503799efb8d6eb4f752ffa495387feaf5be..47b22fd220a33d6cff527a6e0b447e4e8d26e4aa 100644
(file)
--- a/
vfo.c
+++ b/
vfo.c
@@
-310,11
+310,9
@@
void vfo_band_changed(int id,int b) {
switch(id) {
case 0:
bandstack->current_entry=vfo[id].bandstack;
- receiver_vfo_changed(receiver[id]);
receiver_vfo_changed(receiver[0]);
break;
case 1:
- // Split: RX1 controls TX frequency
if(receivers==2) {
receiver_vfo_changed(receiver[1]);
}