tfsd
Dependencies: Servo GroveGPS Cayenne-LPP driver_mbed_TH02
Diff: main.cpp
- Revision:
- 18:1720bc3831ea
- Parent:
- 12:5015dfead3f2
- Child:
- 26:f07f5febf97f
diff -r 2fc16c1d6434 -r 1720bc3831ea main.cpp --- 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