]> git.rkrishnan.org Git - pihpsdr.git/commitdiff
small correction
authorc vw <dl1ycf@darc.de>
Thu, 11 Jun 2020 14:52:27 +0000 (16:52 +0200)
committerc vw <dl1ycf@darc.de>
Thu, 11 Jun 2020 14:52:27 +0000 (16:52 +0200)
vfo.c

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]);
       }