Forked (hacked) for Legacy Gateway testing

Dependencies:   mbed LoRaWAN-lib SX1272Lib

Fork of LoRaWAN-demo-72 by Miguel Luis

Revision:
6:f9224695ed01
Parent:
1:263aa4ff29cd
Child:
9:e395d85afe81
--- a/board/board.h	Tue Jul 05 15:00:47 2016 +0000
+++ b/board/board.h	Wed Mar 22 12:42:27 2017 +0000
@@ -26,6 +26,20 @@
 extern SX1272MB2xAS 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 );