Microsoft Azure IoTHub client MQTT transport

Dependents:   STM32F746_iothub_client_sample_mqtt FXOS8700CQ_To_Azure_IoT f767zi_mqtt FXOS8700CQ_To_Azure_IoT ... more

Revision:
41:410450f16a9f
Parent:
4:e472f5ce3473
diff -r cb03d6a6f46d -r 410450f16a9f iothubtransportmqtt.h
--- a/iothubtransportmqtt.h	Tue Jun 26 19:14:02 2018 -0700
+++ b/iothubtransportmqtt.h	Tue Sep 11 11:12:42 2018 -0700
@@ -10,7 +10,7 @@
 extern "C"
 {
 #endif
-	extern const TRANSPORT_PROVIDER* MQTT_Protocol(void);
+    extern const TRANSPORT_PROVIDER* MQTT_Protocol(void);
 
 #ifdef __cplusplus
 }