Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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