projects
/
pihpsdr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
40d3326
)
corrected a typo
author
c vw
<dl1ycf@darc.de>
Fri, 17 May 2019 11:18:33 +0000
(13:18 +0200)
committer
c vw
<dl1ycf@darc.de>
Fri, 17 May 2019 11:18:33 +0000
(13:18 +0200)
radio.c
patch
|
blob
|
history
diff --git
a/radio.c
b/radio.c
index ad396ae4b7a14a46b46d68870cc6597b8058594c..983cfbfecbab328cbf40b23f8ab0d0636e83c58b 100644
(file)
--- 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();