A modelling and serializer library for Microsoft Azure IoTHub client applications

Dependents:   sht15_remote_monitoring f767zi_mqtt remote_monitoring simplesample_amqp ... more

This library implements a serializer library to be used in projects involving Microsoft Azure IoT Hub connectivity. The code is replicated from https://github.com/Azure/azure-iot-sdks

Revision:
15:370c47516bd4
Parent:
14:0c00e67a4ab1
Child:
16:ef107f3f230c
--- a/agenttypesystem.c	Mon Jul 18 16:45:16 2016 -0700
+++ b/agenttypesystem.c	Fri Aug 26 12:59:27 2016 -0700
@@ -3083,7 +3083,7 @@
 
     if (
         (scanAndReadNDigitsInt(src, &position, hourOffset, (3-position)) == 0) &&
-        (src[position] == ':', position++) &&
+        (src[position++] == ':') &&
         (scanAndReadNDigitsInt(src, &position, minOffset, 2) == 0)
         )
     {