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:
100:ff043f91a348
Parent:
99:7f563f0a6c3c
Child:
101:305cc6527e20
--- a/source/ConnectorEndpoint.cpp	Thu Apr 20 20:47:50 2017 +0000
+++ b/source/ConnectorEndpoint.cpp	Thu Apr 20 20:49:24 2017 +0000
@@ -451,7 +451,7 @@
 // mbed-cloud-client: update_progress
 void Endpoint::update_progress(uint32_t progress, uint32_t total) {
 	// simple debug for now...
-	printf("Connector::Endpoint(Cloud) Update Progress: (%d/%d)\n",progress,total);
+	printf("Connector::Endpoint(Cloud) Update Progress: (%ul/%ul)\n",progress,total);
 }
 #endif