Morpheus / mbed-hal

Dependencies:   target-freescale

Revision:
7:4fdb3a44f646
Parent:
0:9c59db1fbc9e
Child:
13:d6551a5dcbbf
--- a/api/CAN.h	Thu Mar 31 12:18:08 2016 -0500
+++ b/api/CAN.h	Thu Mar 31 12:35:07 2016 -0500
@@ -22,7 +22,7 @@
 
 #include "can_api.h"
 #include "can_helper.h"
-#include "FunctionPointer.h"
+#include "Function.h"
 
 namespace mbed {
 
@@ -233,7 +233,7 @@
 
 protected:
     can_t           _can;
-    FunctionPointer _irq[9];
+    Function _irq[9];
 };
 
 } // namespace mbed