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

Dependencies:   RingBuffer

Fork of iSerial by Yoji KURODA

Revision:
9:0c4254519cda
Parent:
8:20759f992d48
--- a/iSerial.cpp	Mon Sep 03 17:59:00 2012 +0000
+++ b/iSerial.cpp	Thu Dec 13 09:51:46 2012 +0000
@@ -98,8 +98,8 @@
 //  led4 = 0;
 }
 
-iSerial::iSerial(PinName _tx, PinName _rx, const char *_name, int _txbufsize, int _rxbufsize)
-:   Serial(_tx, _rx, _name),
+iSerial::iSerial(PinName _tx, PinName _rx, int _txbufsize, int _rxbufsize)
+:   Serial(_tx, _rx),
     tx(_tx),
     rx(_rx),
     txbufsize(_txbufsize),