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.
Dependents: Seeed_Barometer_Sensor_Example
Fork of mbed-src by
Diff: targets/hal/TARGET_Freescale/TARGET_KLXX/objects.h
- Revision:
- 363:12a245e5c745
- Parent:
- 82:0b31dbcd4769
--- a/targets/hal/TARGET_Freescale/TARGET_KLXX/objects.h Tue Oct 21 16:30:07 2014 +0100
+++ b/targets/hal/TARGET_Freescale/TARGET_KLXX/objects.h Thu Oct 23 09:45:08 2014 +0100
@@ -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 {
