pin changes for NRF51822

Fork of SX1272Lib by Semtech

Revision:
7:b988b60083a1
Parent:
2:cd1093b6676f
--- a/enums/enums.h	Wed Feb 17 09:17:18 2016 +0000
+++ b/enums/enums.h	Mon Apr 24 09:26:08 2017 +0000
@@ -64,6 +64,7 @@
     bool     IqInverted;
     bool     RxContinuous;
     uint32_t TxTimeout;
+    uint32_t RxSingleTimeout;
 }RadioFskSettings_t;
 
 /*!
@@ -101,6 +102,7 @@
     bool     IqInverted;
     bool     RxContinuous;
     uint32_t TxTimeout;
+    bool     PublicNetwork;
 }RadioLoRaSettings_t;
 
 /*!