MODSERIAL with support for more devices. Added support for LPC4330

Dependents:   HC05_AT_mode GPS_U-blox_NEO-6M_Test_Code GPS_U-blox_NEO-6M_Code UbloxGPSWithThread ... more

Fork of MODSERIAL by Erik -

Revision:
20:59c74aaedda2
Parent:
18:21ef26402365
Child:
21:af2af4c61c2f
--- a/ChangeLog.c	Thu Apr 21 09:39:50 2011 +0000
+++ b/ChangeLog.c	Tue Apr 26 08:12:45 2011 +0000
@@ -1,5 +1,14 @@
 /* $Id:$
 
+1.20    26 April 2011
+
+    * Bug fix, not blocking on transmit
+      by Erik Petrich, http://mbed.org/forum/bugs-suggestions/topic/2200
+      
+1.19    20 April 2011
+
+    * Fixed some doxygen comment bugs.
+    
 1.18    20 April 2011
 
     * All callbacks now use MODSERIAL_callback (rather than Mbed's FunctionPointer[1] type)