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:
9:b3cdae80e7a9
Parent:
8:775f860e94d3
Child:
12:8c7394e2ae7f
--- a/INIT.cpp	Mon Nov 22 09:58:34 2010 +0000
+++ b/INIT.cpp	Tue Nov 23 21:34:54 2010 +0000
@@ -38,6 +38,9 @@
         default : _base = NULL;      break;
     }
     
+    dmaSendChannel  = -1;
+    moddma_p        = (void *)NULL;
+    
     if (_base != NULL) {
         buffer_size[RxIrq]     = rxSize;
         buffer[RxIrq]          = rxSize > 0 ? (char *)malloc(buffer_size[RxIrq]) : (char *)NULL;