:)
Dependencies: Servo Cayenne-LPP
Diff: lora_radio_helper.h
- Revision:
- 18:1720bc3831ea
- Parent:
- 3:8c7198d1a2a1
- Child:
- 46:a124538e2891
diff -r 2fc16c1d6434 -r 1720bc3831ea lora_radio_helper.h --- 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_ */