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:
9:ee9dcbb9708d
Parent:
3:9c6f7f082151
--- a/board/board.h	Tue Apr 04 13:43:31 2017 +0000
+++ b/board/board.h	Mon Apr 24 13:38:31 2017 +0000
@@ -26,6 +26,20 @@
 extern SX1276MB1xAS Radio;
 
 /*!
+ * \brief Disable interrupts
+ *
+ * \remark IRQ nesting is managed
+ */
+void BoardDisableIrq( void );
+
+/*!
+ * \brief Enable interrupts
+ *
+ * \remark IRQ nesting is managed
+ */
+void BoardEnableIrq( void );
+
+/*!
  * \brief Initializes the target board peripherals.
  */
 void BoardInit( void );