use TCP to connect to mbed connector

Fork of mbedConnectorInterfaceWithDM by Doug Anson

Revision:
33:1d0b855df5a5
Parent:
8:f950fb1b78c0
Child:
53:d2f9f94b6000
--- a/mbed-connector-interface/mbedEndpointNetwork.h	Tue Jun 14 19:04:08 2016 +0000
+++ b/mbed-connector-interface/mbedEndpointNetwork.h	Tue Jun 14 19:29:30 2016 +0000
@@ -25,11 +25,12 @@
  
  // mbed-client support
  #include "mbed-client/m2minterfacefactory.h"
- #include "mbed-client/m2mdevice.h"
  #include "mbed-client/m2minterfaceobserver.h"
  #include "mbed-client/m2minterface.h"
  #include "mbed-client/m2mobjectinstance.h"
  #include "mbed-client/m2mresource.h"
+ #include "mbed-client/m2mdevice.h"
+ #include "mbed-client/m2mfirmware.h"
 
  // mbed Connector Interface (configuration)
  #include "mbed-connector-interface/mbedConnectorInterface.h"