From: c vw Date: Thu, 11 Jun 2020 14:52:27 +0000 (+0200) Subject: small correction X-Git-Url: https://git.rkrishnan.org/pf/simplejson/bar.txt?a=commitdiff_plain;h=0b7cd8ee848554f32c93d00bd1beb54c431910d0;p=pihpsdr.git small correction --- diff --git a/vfo.c b/vfo.c index 9f75450..47b22fd 100644 --- 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]); }