mbed library sources change for ST sensors and ST BLE

Fork of mbed-src by mbed official

Revision:
363:12a245e5c745
Parent:
82:0b31dbcd4769
Child:
585:a1ed5b41f74f
--- 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 {