Skip to content

Commit 440905a

Browse files
committed
fix: Change cellular FSM thread name
1 parent 467a7b6 commit 440905a

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, NULL, "cellular_fsm_queue");
620+
_queue_thread = new rtos::Thread(osPriorityNormal, 2048, NULL, "cellular_fsm");
621621
if (!_queue_thread) {
622622
stop();
623623
return NSAPI_ERROR_NO_MEMORY;

0 commit comments

Comments
 (0)