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: IoT_LED_demo ServoTest uWater_Project hackathon ... more
Revision 35:f12e61aaf004, committed 2015-04-08
- Comitter:
- ansond
- Date:
- Wed Apr 08 23:03:39 2015 +0000
- Parent:
- 34:03a8cc428b8b
- Child:
- 36:1c6c45584c13
- Commit message:
- updates
Changed in this revision
--- a/api/TaskletResourceObserver.h Wed Apr 08 21:18:51 2015 +0000 +++ b/api/TaskletResourceObserver.h Wed Apr 08 23:03:39 2015 +0000 @@ -23,6 +23,12 @@ #ifndef __TASKLET_RESOURCE_OBSERVER_H__ #define __TASKLET_RESOURCE_OBSERVER_H__ +// mbed support +#include "mbed.h" + +// mbedConnectorInterface configuration +#include "mbedConnectorInterface.h" + // Base class support #include "ResourceObserver.h"
--- a/api/ThreadedResourceObserver.h Wed Apr 08 21:18:51 2015 +0000
+++ b/api/ThreadedResourceObserver.h Wed Apr 08 23:03:39 2015 +0000
@@ -26,6 +26,9 @@
// mbed support
#include "mbed.h"
+// mbedConnectorInterface configuration
+#include "mbedConnectorInterface.h"
+
// Thread support
#ifdef CONNECTOR_USING_THREADS
#include "rtos.h"
