projects
/
pihpsdr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
655f447
)
added two missing "break" lines
author
c vw
<dl1ycf@darc.de>
Thu, 8 Aug 2019 08:21:24 +0000
(10:21 +0200)
committer
c vw
<dl1ycf@darc.de>
Thu, 8 Aug 2019 08:21:24 +0000
(10:21 +0200)
old_protocol.c
patch
|
blob
|
history
diff --git
a/old_protocol.c
b/old_protocol.c
index 915f85e1e5d8d1545b65fa31724c4a6b236d06de..0ec6461a8c825b213468b1d562650ec5af1e71e5 100644
(file)
--- a/
old_protocol.c
+++ b/
old_protocol.c
@@
-567,6
+567,7
@@
static int rx_feedback_receiver() {
case DEVICE_ORION:
case DEVICE_ORION2:
ret=3;
+ break;
default:
ret=0;
break;
@@
-591,6
+592,7
@@
static int tx_feedback_receiver() {
case DEVICE_ORION:
case DEVICE_ORION2:
ret=4;
+ break;
default:
ret=1;
break;