WizziLab / WizziDebug

Dependents:   modem_ref_helper_for_v5_3_217 modem_ref_helper

Revision:
11:45093cacde63
Parent:
10:0e6e54fb08c0
--- a/WizziDebug.cpp	Mon Jan 25 11:23:47 2021 +0000
+++ b/WizziDebug.cpp	Fri Sep 24 12:36:20 2021 +0000
@@ -12,7 +12,7 @@
 static kal_buf_circ_static_handle_t    g_cbuf_h;
 static kal_buf_circ_static_buffer_t(g_cbuf_b, TX_BUF_SIZE, sizeof(uint8_t));
 static char                     g_dbg_msg[DBG_MAX_STRING_SIZE];
-static Thread                   g_dbg_thread(osPriorityLow, 512);
+static Thread                   g_dbg_thread(osPriorityLow, 512, NULL, "wizzidbg");
 static RawSerial*               g_dbg_serial;
 static Mutex                    g_dbg_ressource;
 static Semaphore                g_dbg_print(0);