From d286fbe801afe212891de9cb4233b1587616878a Mon Sep 17 00:00:00 2001
From: c vw <dl1ycf@darc.de>
Date: Fri, 17 May 2019 13:18:33 +0200
Subject: [PATCH] corrected a typo

---
 radio.c | 4 ----
 1 file changed, 4 deletions(-)

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();
-- 
2.45.2