Basic debug library

Dependents:   modem_ref_helper_for_v5_3_217 modem_ref_helper

Revision:
2:9e2ab0547cd0
Parent:
1:ad0727902991
Child:
3:f4a6a6a28dec
--- a/WizziDebug.h	Thu May 11 14:31:58 2017 +0000
+++ b/WizziDebug.h	Wed May 17 13:56:09 2017 +0000
@@ -13,7 +13,8 @@
 // Force flush until an EOL character ('\n')
 //#define __FORCE_LINE_INTEGRITY__
 
-
+// Force flush, do not bufferise trace
+//#define __FORCE_FLUSH__
 
 #ifdef __PRINT_ENABLED__
     #define DBG_OPEN(...)   dbg_open(__VA_ARGS__)