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_Freescale/TARGET_KL46Z/objects.h
- Revision:
- 44:2ce89a25b635
- Parent:
- 31:42176bc3c368
diff -r c8a187835cf1 -r 2ce89a25b635 targets/hal/TARGET_Freescale/TARGET_KL46Z/objects.h --- a/targets/hal/TARGET_Freescale/TARGET_KL46Z/objects.h Mon Nov 04 10:30:05 2013 +0000 +++ b/targets/hal/TARGET_Freescale/TARGET_KL46Z/objects.h Tue Nov 05 21:45:05 2013 +0000 @@ -46,7 +46,7 @@ }; struct serial_s { - UARTLP_Type *uart; + UART0_Type *uart; int index; };