LoRaWAN-hello-world- code

Dependencies:   mbed LoRaWAN-lib

Revision:
9:ee9dcbb9708d
Parent:
3:9c6f7f082151
Child:
10:4e528716aa7a
--- 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 );