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:
7:5176a13270bb
Parent:
6:36cc37b1dbc9
Child:
8:380e6e830589
diff -r 36cc37b1dbc9 -r 5176a13270bb agenttypesystem.c
--- a/agenttypesystem.c	Fri Jan 15 15:49:46 2016 -0800
+++ b/agenttypesystem.c	Thu Feb 04 11:29:40 2016 -0800
@@ -1789,7 +1789,7 @@
                 break;
             }
 
-#ifdef USE_FLOATS
+#ifndef NO_FLOATS
             case(EDM_SINGLE_TYPE):
             {
                 /*C89 standard says: When a float is promoted to double or long double, or a double is promoted to long double, its value is unchanged*/