mbed library sources
Fork of mbed-src by
Diff: targets/hal/TARGET_NXP/TARGET_LPC11U6X/objects.h
- Revision:
- 220:aa774fb95d17
- Parent:
- 174:8bb9f3a33240
diff -r 993c9b0acbcc -r aa774fb95d17 targets/hal/TARGET_NXP/TARGET_LPC11U6X/objects.h --- a/targets/hal/TARGET_NXP/TARGET_LPC11U6X/objects.h Mon Jun 02 09:45:07 2014 +0100 +++ b/targets/hal/TARGET_NXP/TARGET_LPC11U6X/objects.h Tue Jun 03 10:30:56 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