mbed Connector Interface simplification API on top of mbed-client

Fork of mbedConnectorInterfaceV3 by Doug Anson

NOTE:

This repo has been replaced with https://github.com/ARMmbed/mbedConnectorInterface. No further updates will occur with this repo. Please use the github repo instead. Thanks!

Revision:
33:1d0b855df5a5
Parent:
31:2507e64fcc42
Child:
54:dfee8691c83a
--- a/mbed-connector-interface/MinarResourceObserver.h	Tue Jun 14 19:04:08 2016 +0000
+++ b/mbed-connector-interface/MinarResourceObserver.h	Tue Jun 14 19:29:30 2016 +0000
@@ -23,10 +23,8 @@
 #ifndef __MINAR_RESOURCE_OBSERVER_H__
 #define __MINAR_RESOURCE_OBSERVER_H__
 
-#if defined(MCI_MINAR_SCHEDULER)
-
-// switch for proper resource observer selection (from mbedEndpointNetwork)
-#include "mbed-connector-interface/configuration.h"
+// mbedConnectorInterface configuration
+#include "mbed-connector-interface/mbedConnectorInterface.h"
 
 // mbed support
 #if defined(MCI_USE_YOTTA)
@@ -37,8 +35,7 @@
     #include "mbed.h"
 #endif
 
-// mbedConnectorInterface configuration
-#include "mbed-connector-interface/mbedConnectorInterface.h"
+#if defined(MCI_MINAR_SCHEDULER)
 
 // Base class support
 #include "mbed-connector-interface/ResourceObserver.h"