Lorawan to Pulga

Dependencies:   pulga-lorawan-drv SPI_MX25R Si1133 BME280

Revision:
18:1720bc3831ea
Parent:
12:5015dfead3f2
Child:
26:f07f5febf97f
--- a/main.cpp	Fri May 11 07:30:15 2018 +0100
+++ b/main.cpp	Tue May 15 13:15:17 2018 +0100
@@ -16,10 +16,6 @@
  */
 #include <stdio.h>
 
-#if MBED_CONF_APP_LORAWAN_ENABLED
-
-#ifdef DEVICE_SPI
-
 #include "lorawan/LoRaWANInterface.h"
 #include "lorawan/system/lorawan_data_structures.h"
 #include "events/EventQueue.h"
@@ -262,12 +258,4 @@
     }
 }
 
-#endif //DEVICE_SPI
-
-#else
-int main (void)
-{
-    return 0;
-}
-#endif //MBED_CONF_APP_LORAWAN_ENABLED
 // EOF