Doug Anson / mbedConnectorInterface

Dependents:   IoT_LED_demo ServoTest uWater_Project hackathon ... more

Files at this revision

API Documentation at this revision

Comitter:
ansond
Date:
Wed Apr 08 23:03:39 2015 +0000
Parent:
34:03a8cc428b8b
Child:
36:1c6c45584c13
Commit message:
updates

Changed in this revision

api/TaskletResourceObserver.h Show annotated file Show diff for this revision Revisions of this file
api/ThreadedResourceObserver.h Show annotated file Show diff for this revision Revisions of this file
--- 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"