mirror of https://github.com/ARMmbed/mbed-os.git
fix: Change cellular FSM thread name
parent
467a7b6344
commit
440905a84e
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue