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:
27:b8aaf7dc7023
Child:
46:62da4ce20276
--- a/source/Utils.cpp	Tue Jun 14 19:04:08 2016 +0000
+++ b/source/Utils.cpp	Tue Jun 14 19:29:30 2016 +0000
@@ -27,9 +27,6 @@
 #include "mbed-connector-interface/DeviceManager.h"
 #include "mbed-connector-interface/ObjectInstanceManager.h"
 
-// Maximum CoAP URL length
-#define MAX_CONN_URL_LENGTH		128
-
 // External references (defined in main.cpp)
 Connector::Options *configure_endpoint(Connector::OptionsBuilder &builder);
 extern Logger logger;