Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: modem_ref_helper_for_v5_3_217 modem_ref_helper
Diff: WizziDebug.cpp
- 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);