mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #11618 from AriParkkila/cell-stm-pwr
Cellular: Fix CellularStateMachine to not loop between init/power statespull/11678/head
commit
319fd671b1
|
@ -378,10 +378,6 @@ void CellularStateMachine::state_device_ready()
|
|||
_is_retry = true;
|
||||
enter_to_state(STATE_INIT);
|
||||
}
|
||||
} else {
|
||||
_status = 0;
|
||||
_is_retry = true;
|
||||
enter_to_state(STATE_INIT);
|
||||
}
|
||||
}
|
||||
if (_cb_data.error != NSAPI_ERROR_OK) {
|
||||
|
|
Loading…
Reference in New Issue