Microsoft Azure IoTHub client libraries

Dependents:   sht15_remote_monitoring RobotArmDemo iothub_client_sample_amqp f767zi_mqtt ... more

This library implements the Microsoft Azure IoTHub client library. The code is replicated from https://github.com/Azure/azure-iot-sdks

Revision:
21:3c90c2262ce4
Parent:
18:1e9adb15c645
Child:
38:a05929a75111
--- a/iothub_message.c	Mon Nov 30 20:26:27 2015 -0800
+++ b/iothub_message.c	Thu Dec 17 18:23:39 2015 -0800
@@ -32,7 +32,7 @@
 
 static bool ContainsOnlyUsAscii(const char* asciiValue)
 {
-    bool result = true;;
+    bool result = true;
     const char* iterator = asciiValue;
     while (iterator != NULL && *iterator != '\0')
     {