Working fork to test F0 application

Dependents:   ppCANOpen_Example

Fork of CANnucleo by Zoltan Hudak

Revision:
6:c5a40d5fd9f1
Parent:
5:b53e5ee15315
Child:
14:0344705e6fb8
--- a/can_api.h	Tue Aug 04 11:58:09 2015 +0000
+++ b/can_api.h	Fri Oct 23 19:45:00 2015 +0000
@@ -61,7 +61,7 @@
 
 typedef struct can_s can_t;
 
-void          can_init     (can_t *obj, PinName rd, PinName td);
+void          can_init     (can_t *obj, PinName rd, PinName td, FunctionalState abom);
 void          can_free     (can_t *obj);
 int           can_frequency(can_t *obj, int hz);
 
@@ -84,4 +84,4 @@
 };
 #endif
 
-#endif    // MBED_CAN_API_H
\ No newline at end of file
+#endif    // MBED_CAN_API_H