Adapted to LoRa Semtech + Nucleo

Dependencies:   LMiC SX1276Lib cantcoap lwip mbed-rtos mbed

Fork of LoRaWAN-lmic-app by Pascal Nysten

Revision:
7:f1521b0ecf08
Parent:
6:540c5d907c90
diff -r 540c5d907c90 -r f1521b0ecf08 main.cpp
--- a/main.cpp	Mon Dec 14 10:47:06 2015 +0000
+++ b/main.cpp	Mon Dec 14 10:51:40 2015 +0000
@@ -58,7 +58,7 @@
 /*!
  * Defines the device address when using personalization activation procedure
  */
-#define LORAWAN_DEV_ADDR                            ( uint32_t )0x12345678
+#define LORAWAN_DEV_ADDR                             ( uint32_t )0x12345678
 //#define LORAWAN_DEV_ADDR                            ( uint32_t )0x12341111
 
 #endif