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:
21:6d3dea1abd9c
Parent:
17:fa1bba4c6053
Child:
22:422d94bd3c18
--- a/datapublisher.c	Fri Jan 13 18:41:01 2017 -0800
+++ b/datapublisher.c	Tue Jan 24 15:24:19 2017 -0800
@@ -2,9 +2,6 @@
 // Licensed under the MIT license. See LICENSE file in the project root for full license information.
 
 #include <stdlib.h>
-#ifdef _CRTDBG_MAP_ALLOC
-#include <crtdbg.h>
-#endif
 #include "azure_c_shared_utility/gballoc.h"
 
 #include <stdbool.h>