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.
Dependents: Dumb_box_rev2 mbed_GPSproject
Diff: iSerial.h
- Revision:
- 7:5a25789c3b55
- Parent:
- 6:8d4b95b90c3b
--- a/iSerial.h Mon Sep 03 12:01:55 2012 +0000
+++ b/iSerial.h Mon Sep 03 17:26:38 2012 +0000
@@ -27,6 +27,7 @@
void tx_handler(void);
void rx_handler(void);
void enable_uart_irq(void);
+ void disable_uart_irq(void);
public: