Basic debug library

Dependents:   modem_ref_helper_for_v5_3_217 modem_ref_helper

Revision:
6:70e985e34364
Parent:
5:63ef3a21e932
Child:
7:8e75991f65e5
--- a/WizziDebug.cpp	Wed Jan 31 11:34:34 2018 +0000
+++ b/WizziDebug.cpp	Thu Sep 20 09:35:19 2018 +0000
@@ -15,7 +15,7 @@
 static Mutex                    g_dbg_ressource;
 static Semaphore                g_dbg_print(0);
 static uint32_t                 g_dbg_nb_mallocs;
-static PinName                  g_dbg_led;
+static PinName                  __attribute__((unused)) g_dbg_led;
 static uint32_t                 g_dbg_missing;
 
 void dbg_print_thread();