Azure IoT common library

Dependents:   STM32F746_iothub_client_sample_mqtt f767zi_mqtt iothub_client_sample_amqp iothub_client_sample_http ... more

Revision:
20:95abdea56064
Parent:
18:6d8a413a4d9a
Child:
25:8507bf644fdf
--- a/xlogging.c	Sat Jan 28 09:35:22 2017 -0800
+++ b/xlogging.c	Fri Feb 10 17:01:36 2017 -0800
@@ -66,7 +66,7 @@
 {
     char charBuf[LINE_SIZE + 1];
     char hexBuf[LINE_SIZE * 3 + 1];
-    char countbuf = 0;
+    size_t countbuf = 0;
     const unsigned char* bufAsChar = (const unsigned char*)buf;
     const unsigned char* startPos = bufAsChar;