contain lorawan with serial_rx enabled

Dependencies:   pulga-lorawan-drv SPI_MX25R Si1133 BME280

Files at this revision

API Documentation at this revision

Comitter:
mbed_official
Date:
Thu May 16 12:01:57 2019 +0100
Parent:
52:1bd775571014
Child:
54:19d02b47e598
Commit message:
Update lora_radio_helper.h
.
Commit copied from https://github.com/ARMmbed/mbed-os-example-lorawan

Changed in this revision

lora_radio_helper.h Show annotated file Show diff for this revision Revisions of this file
--- a/lora_radio_helper.h	Mon Apr 29 14:02:07 2019 +0100
+++ b/lora_radio_helper.h	Thu May 16 12:01:57 2019 +0100
@@ -15,11 +15,11 @@
  * limitations under the License.
  */
 
-#include "lorawan/LoRaRadio.h"
-
 #ifndef APP_LORA_RADIO_HELPER_H_
 #define APP_LORA_RADIO_HELPER_H_
 
+#include "lorawan/LoRaRadio.h"
+
 #include "SX1272_LoRaRadio.h"
 #include "SX1276_LoRaRadio.h"