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:
68:f37f3b9c9f0b
Parent:
66:9c8f0e3462fb
--- a/TARGET_LPC1114/objects.h	Thu Sep 19 15:44:18 2013 +0300
+++ b/TARGET_LPC1114/objects.h	Wed Oct 23 16:23:06 2013 +0300
@@ -59,6 +59,12 @@
     LPC_SSP_TypeDef *spi;
 };
 
+#if DEVICE_CAN
+struct can_s {
+    int index;
+};
+#endif
+
 #include "gpio_object.h"
 
 #ifdef __cplusplus