Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: cc3000_ping_demo_try_2
Fork of mbed by
Diff: TARGET_LPC1114/objects.h
- 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
