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 by
Diff: TARGET_KL25Z/TARGET_Freescale/TARGET_KLXX/objects.h
- Revision:
- 90:cb3d968589d8
- Parent:
- 82:6473597d706e
--- a/TARGET_KL25Z/TARGET_Freescale/TARGET_KLXX/objects.h Fri Sep 12 16:41:52 2014 +0100
+++ b/TARGET_KL25Z/TARGET_Freescale/TARGET_KLXX/objects.h Tue Oct 28 16:40:41 2014 +0000
@@ -25,8 +25,10 @@
extern "C" {
#endif
-#ifdef TARGET_KL46Z
+#if defined(TARGET_KL46Z)
#define UARTLP_Type UART0_Type
+#elif defined(TARGET_KL43Z)
+#define UARTLP_Type LPUART_Type
#endif
struct gpio_irq_s {
