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:
29:9a41078f0488
Parent:
28:76793a84f9e5
Child:
30:b04ce87dc424
--- a/INIT.cpp	Fri Jul 12 15:27:07 2013 +0000
+++ b/INIT.cpp	Fri Jul 12 15:56:20 2013 +0000
@@ -36,9 +36,10 @@
 void
 MODSERIAL::init( int txSize, int rxSize, PinName rx )
 {
+    
     NVIC_DisableIRQ(_IRQ);
     setBase();
-    
+
     callbackInfo.setSerial(this);
     
     dmaSendChannel  = -1;