Voici le programme que vous m'avez demandé aujourd'hui

Dependencies:   mbed-os-example-mbed5-lorawan

Fork of mbed-os-example-mbed5-lorawan by mbed-os-examples

Revision:
18:1720bc3831ea
Parent:
3:8c7198d1a2a1
--- a/lora_radio_helper.h	Fri May 11 07:30:15 2018 +0100
+++ b/lora_radio_helper.h	Tue May 15 13:15:17 2018 +0100
@@ -20,10 +20,6 @@
 #ifndef APP_LORA_RADIO_HELPER_H_
 #define APP_LORA_RADIO_HELPER_H_
 
-#if MBED_CONF_APP_LORAWAN_ENABLED
-
-#ifdef DEVICE_SPI
-
 #include "SX1272_LoRaRadio.h"
 #include "SX1276_LoRaRadio.h"
 
@@ -76,8 +72,4 @@
     #error "Unknown LoRa radio specified (SX1272,SX1276 are valid)"
 #endif
 
-#endif //DEVICE_SPI
-
-#endif //MBED_CONF_APP_LORAWAN_ENABLED
-
 #endif /* APP_LORA_RADIO_HELPER_H_ */