mbed library sources change for ST sensors and ST BLE
Fork of mbed-src by
Diff: targets/hal/TARGET_NXP/TARGET_LPC15XX/objects.h
- Revision:
- 245:b4dea936db71
- Parent:
- 117:e0a7df0a9a56
diff -r 7618f037e2de -r b4dea936db71 targets/hal/TARGET_NXP/TARGET_LPC15XX/objects.h --- 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