mirror of https://github.com/ARMmbed/mbed-os.git
feat: Name cellular FSM queue thread
parent
b1904a5d65
commit
56a12ce7d6
|
@ -617,7 +617,7 @@ nsapi_error_t CellularConnectionFSM::start_dispatch()
|
|||
{
|
||||
MBED_ASSERT(!_queue_thread);
|
||||
|
||||
_queue_thread = new rtos::Thread(osPriorityNormal, 2048);
|
||||
_queue_thread = new rtos::Thread(osPriorityNormal, 2048, NULL, "fsm_queue_thread");
|
||||
if (!_queue_thread) {
|
||||
stop();
|
||||
return NSAPI_ERROR_NO_MEMORY;
|
||||
|
|
Loading…
Reference in New Issue