projects
/
pihpsdr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
521d459
)
radioberry.props
author
PA3GSB
<admin@pa3gsb.nl>
Sat, 18 Feb 2017 18:11:33 +0000
(19:11 +0100)
committer
PA3GSB
<admin@pa3gsb.nl>
Sat, 18 Feb 2017 18:11:33 +0000
(19:11 +0100)
radio.c
patch
|
blob
|
history
diff --git
a/radio.c
b/radio.c
index 8bd18552c64e82bf0978c28379121feeec5bc953..8c3aa19febc41c0f422c669700abdb8b6ec3e143 100644
(file)
--- a/
radio.c
+++ b/
radio.c
@@
-373,6
+373,11
@@
fprintf(stderr,"start_radio: selected radio=%p device=%d\n",radio,radio->device)
case LIMESDR_PROTOCOL:
sprintf(property_path,"limesdr.props");
break;
+#endif
+#ifdef RADIOBERRY
+ case RADIOBERRY_PROTOCOL:
+ sprintf(property_path,"radioberry.props");
+ break;
#endif
}