Basic debug library

Dependents:   modem_ref_helper_for_v5_3_217 modem_ref_helper

Revision:
5:63ef3a21e932
Parent:
4:31e1101e6999
Child:
6:70e985e34364
--- a/WizziDebug.cpp	Tue Dec 12 16:05:03 2017 +0000
+++ b/WizziDebug.cpp	Wed Jan 31 11:34:34 2018 +0000
@@ -6,7 +6,7 @@
 #include <string.h>
 #include <stdarg.h>
 
-#define DBG_MAX_STRING_SIZE     (150)
+#define DBG_MAX_STRING_SIZE     (512)
 
 static CBuffer<uint8_t, 2048>   g_dbg_buf;
 static char                     g_dbg_msg[DBG_MAX_STRING_SIZE];