fix: Change cellular FSM thread name

pull/8612/head
Jeroen de Bruijn 2018-11-02 16:23:52 +01:00
parent 467a7b6344
commit 440905a84e
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); MBED_ASSERT(!_queue_thread);
_queue_thread = new rtos::Thread(osPriorityNormal, 2048, NULL, "cellular_fsm_queue"); _queue_thread = new rtos::Thread(osPriorityNormal, 2048, NULL, "cellular_fsm");
if (!_queue_thread) { if (!_queue_thread) {
stop(); stop();
return NSAPI_ERROR_NO_MEMORY; return NSAPI_ERROR_NO_MEMORY;