wayne roberts / Mbed OS LoRaWAN_singlechannel_endnode

Dependencies:   SX127x sx12xx_hal TSL2561

Revision:
3:aead8f8fdc1f
Parent:
0:8f0d0ae0a077
Child:
10:00997daeb0c0
--- a/radio/sx1276/sx1276.cpp	Tue May 23 17:50:14 2017 +0000
+++ b/radio/sx1276/sx1276.cpp	Fri May 26 11:00:03 2017 -0700
@@ -13,6 +13,7 @@
 Maintainers: Miguel Luis, Gregory Cristian and Nicolas Huguenin
 */
 #include "sx1276.h"
+#ifdef ENABLE_SX1276
 
 extern LowPowerTimer lp_timer;  // from LoRaMac
 
@@ -1569,3 +1570,4 @@
         break;
     }
 }
+#endif /* ENABLE_SX1276 */