feat: Name cellular FSM queue thread

pull/8612/head
Jeroen de Bruijn 2018-11-01 13:55:44 +01:00
parent b1904a5d65
commit 56a12ce7d6
No known key found for this signature in database
GPG Key ID: 7D12D6AB2A547EBB
1 changed files with 1 additions and 1 deletions

View File

@ -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;