Skip to content

Commit 56a12ce

Browse files
committed
feat: Name cellular FSM queue thread
1 parent b1904a5 commit 56a12ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/cellular/easy_cellular/CellularConnectionFSM.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,7 @@ nsapi_error_t CellularConnectionFSM::start_dispatch()
617617
{
618618
MBED_ASSERT(!_queue_thread);
619619

620-
_queue_thread = new rtos::Thread(osPriorityNormal, 2048);
620+
_queue_thread = new rtos::Thread(osPriorityNormal, 2048, NULL, "fsm_queue_thread");
621621
if (!_queue_thread) {
622622
stop();
623623
return NSAPI_ERROR_NO_MEMORY;

0 commit comments

Comments
 (0)