my fork
Fork of mbed by
Diff: TARGET_LPC1114/objects.h
- Revision:
- 68:f37f3b9c9f0b
- Parent:
- 66:9c8f0e3462fb
diff -r a9913a65894f -r f37f3b9c9f0b TARGET_LPC1114/objects.h --- 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