Lora_with_GPS integration code - program hangs after a few transmissions

Dependencies:   mbed LoRaWAN-lib SingleFrequencyLora

Fork of simple-demo-76_revised_20171113 by Christopher De Bank

Revision:
1:352f608c3337
Parent:
0:92bca02df485
Child:
9:ee9dcbb9708d
--- a/board/board.cpp	Tue Oct 20 13:23:35 2015 +0000
+++ b/board/board.cpp	Thu Nov 26 12:59:52 2015 +0000
@@ -15,13 +15,15 @@
 #include "mbed.h"
 #include "board.h"
 
+SX1276MB1xAS Radio( NULL );
+
 void BoardInit( void )
 {
     TimerTimeCounterInit( );
 }
 
 
-uint8_t BoardGetBatterieLevel( void ) 
+uint8_t BoardGetBatteryLevel( void ) 
 {
     return 0xFE;
 }