Microsoft Azure IoTHub client MQTT transport

Dependents:   STM32F746_iothub_client_sample_mqtt FXOS8700CQ_To_Azure_IoT f767zi_mqtt FXOS8700CQ_To_Azure_IoT ... more

Revision:
15:81c95c94c8d7
Parent:
14:4dc2b011be33
Child:
16:14640ee83e99
diff -r 4dc2b011be33 -r 81c95c94c8d7 iothubtransport_mqtt_common.c
--- a/iothubtransport_mqtt_common.c	Sun Jan 08 11:11:42 2017 -0800
+++ b/iothubtransport_mqtt_common.c	Fri Jan 13 18:40:24 2017 -0800
@@ -49,8 +49,6 @@
 #define ERROR_TIME_FOR_RETRY_SECS   5
 #define WAIT_TIME_SECS              (ERROR_TIME_FOR_RETRY_SECS - 1)
 
-#define TOUPPER(c)      (((c>='a') && (c<='z'))?c-'a'+'A':c)
-
 static const char TOPIC_DEVICE_TWIN_PREFIX[] = "$iothub/twin";
 static const char TOPIC_DEVICE_METHOD_PREFIX[] = "$iothub/methods";