Minor fork of Yoji KURODA's work to test a fix on a small error.

Dependencies:   RingBuffer

Fork of iSerial by Yoji KURODA

Revision:
7:5a25789c3b55
Parent:
6:8d4b95b90c3b
Child:
9:0c4254519cda
--- 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: