From: PA3GSB <admin@pa3gsb.nl>
Date: Sat, 18 Feb 2017 18:11:33 +0000 (+0100)
Subject: radioberry.props
X-Git-Url: https://git.rkrishnan.org/pf/content/en/vdrive/sub?a=commitdiff_plain;h=1c8bbee29384420bc9ee1b4942db9eb0db61f9cd;p=pihpsdr.git

radioberry.props
---

diff --git a/radio.c b/radio.c
index 8bd1855..8c3aa19 100644
--- 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
   }