Christopher Haster / mbed-hal

Dependencies:   target-freescale

Fork of mbed-hal by Morpheus

Revision:
7:4fdb3a44f646
Parent:
0:9c59db1fbc9e
Child:
12:b39597997d8a
--- a/api/mbed.h	Thu Mar 31 12:18:08 2016 -0500
+++ b/api/mbed.h	Thu Mar 31 12:35:07 2016 -0500
@@ -59,10 +59,14 @@
 #include "LowPowerTimer.h"
 #include "LocalFileSystem.h"
 #include "InterruptIn.h"
+#include "Function.h"
 #include "wait_api.h"
 #include "sleep_api.h"
 #include "rtc_time.h"
 
+// backwards compatibility
+#include "FunctionPointer.h"
+
 using namespace mbed;
 using namespace std;