The official Mbed 2 C/C++ SDK provides the software platform and libraries to build your applications.

Dependents:   hello SerialTestv11 SerialTestv12 Sierpinski ... more

mbed 2

This is the mbed 2 library. If you'd like to learn about Mbed OS please see the mbed-os docs.

Revision:
77:869cf507173a
Parent:
66:9c8f0e3462fb
--- a/TARGET_KL25Z/objects.h	Mon Jan 13 15:31:11 2014 +0200
+++ b/TARGET_KL25Z/objects.h	Fri Feb 14 14:36:43 2014 +0000
@@ -25,6 +25,10 @@
 extern "C" {
 #endif
 
+#ifdef TARGET_KL46Z
+#define UARTLP_Type UART0_Type
+#endif
+
 struct gpio_irq_s {
     uint32_t port;
     uint32_t pin;