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:
6:c8f77fe1cc10
Parent:
5:8365c4cf8f33
Child:
8:775f860e94d3
--- a/PUTC.cpp	Sun Nov 21 16:08:36 2010 +0000
+++ b/PUTC.cpp	Sun Nov 21 16:25:44 2010 +0000
@@ -46,7 +46,7 @@
                     // TX buffer to TX FIFO to make space. The easiest way
                     // to do this is to poll the isr_tx() function while we
                     // are blocking.
-                    isr_tx();
+                    isr_tx(false);
                 }
             }
             else if( MODSERIAL_TX_BUFFER_FULL ) {