Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of UtilityLib by
Diff: Utility.h
- Revision:
- 4:28f50e540872
- Parent:
- 3:87ce0325374d
- Child:
- 5:9cd633b79b23
--- a/Utility.h Tue Mar 11 20:59:22 2014 +0000 +++ b/Utility.h Tue Mar 11 21:13:48 2014 +0000 @@ -133,6 +133,9 @@ */ //void __console_tx_ISR(); + inline void __disable_uart_irq(); + inline void __enable_uart_irq(); + bool __interrupts_en; FunctionPointer *__user_fptr; //User callback function that is invoked in __console_rx_ISR()