Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: Custom_LSM303 Custom_UBloxGPS LRAT-mbed-os USBDevice mbed-lora-radio-drv stm32EEPROM
Fork of LRAT-example-lorawan by
Diff: lora_radio_helper.h
- 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_ */