Application example using LoRaWAN-lib MAC layer implementation for STM32 + SX1276 on OpenChirp

Dependencies:   mbed LoRaWAN-lib SX1276Lib

Revision:
10:715b2204399b
Parent:
9:ee9dcbb9708d
--- a/board/board.h	Mon Apr 24 13:38:31 2017 +0000
+++ b/board/board.h	Tue Jun 25 15:42:58 2019 +0000
@@ -17,11 +17,10 @@
 
 #include "mbed.h"
 #include "system/timer.h"
-#include "debug.h"
 #include "system/utilities.h"
 #include "sx1276-hal.h"
 
-#define USE_BAND_868
+#define USE_BAND_915
 
 extern SX1276MB1xAS Radio;