Lora_with_GPS integration code - program hangs after a few transmissions
Dependencies: mbed LoRaWAN-lib SingleFrequencyLora
Fork of Lora_with_GPS by
Diff: board/board.h
- 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 );