Fork of MODSERIAL that works with LPC4088

Fork of MODSERIAL by Andy K

Revision:
26:89cbf74a96ec
Parent:
25:ae0408ebdd68
--- a/INIT.cpp	Tue Jan 08 18:01:03 2013 +0000
+++ b/INIT.cpp	Thu Oct 30 22:57:03 2014 +0000
@@ -43,6 +43,7 @@
         case 1: _base = LPC_UART1; break;
         case 2: _base = LPC_UART2; break;
         case 3: _base = LPC_UART3; break;
+        case 4: _base = LPC_UART4; break;
         default: _base = NULL;      break;
     }
 #endif