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
Diff: api/TaskletResourceObserver.h
- Revision:
- 35:f12e61aaf004
- Parent:
- 34:03a8cc428b8b
--- 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"
