Cellular: Fix CellularStateMachine to not loop on power state

pull/11618/head
Ari Parkkila 2019-10-03 01:12:14 -07:00
parent f5b5989fc8
commit 73145fd551
1 changed files with 0 additions and 4 deletions

View File

@ -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) {