From: c vw <dl1ycf@darc.de>
Date: Fri, 17 May 2019 11:18:33 +0000 (+0200)
Subject: corrected a typo
X-Git-Url: https://git.rkrishnan.org/components/%22file://%22%3C?a=commitdiff_plain;h=d286fbe801afe212891de9cb4233b1587616878a;p=pihpsdr.git

corrected a typo
---

diff --git a/radio.c b/radio.c
index ad396ae..983cfbf 100644
--- a/radio.c
+++ b/radio.c
@@ -727,11 +727,7 @@ static void rxtx(int state) {
 #endif
 
     for(i=0;i<receivers;i++) {
-#ifdef PURESIGNAL
-#else
-      // Original code: wait 
       SetChannelState(receiver[i]->id,0,i==(receivers-1));
-#endif
       set_displaying(receiver[i],0);
       if(protocol==NEW_PROTOCOL) {
         schedule_high_priority();