mbed library sources

Dependents:   frdm_kl05z_gpio_test

Fork of mbed-src by mbed official

Revision:
245:b4dea936db71
Parent:
117:e0a7df0a9a56
--- a/targets/hal/TARGET_NXP/TARGET_LPC15XX/objects.h	Mon Jun 30 05:45:07 2014 +0100
+++ b/targets/hal/TARGET_NXP/TARGET_LPC15XX/objects.h	Mon Jun 30 08:00:09 2014 +0100
@@ -56,6 +56,10 @@
     unsigned char spi_n;
 };
 
+struct can_s {
+    int index;
+};
+
 #include "gpio_object.h"
 
 #ifdef __cplusplus