...

Dependents:   2doejemplo Labo_TRSE_Drone

Fork of mbed by mbed official

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