The official mbed C/C SDK provides the software platform and libraries to build your applications.

Fork of mbed by mbed official

Revision:
85:024bf7f99721
Parent:
84:0b3ab51c8877
--- a/TARGET_LPC11U68/TARGET_NXP/TARGET_LPC11U6X/objects.h	Mon May 19 18:14:09 2014 +0100
+++ b/TARGET_LPC11U68/TARGET_NXP/TARGET_LPC11U6X/objects.h	Wed Jun 11 15:14:05 2014 +0100
@@ -41,6 +41,7 @@
 #if DEVICE_SERIAL
 struct serial_s {
     LPC_USART0_Type *uart;
+    LPC_USART4_Type *mini_uart;
     unsigned char index;
 };
 #endif