Merge pull request #11618 from AriParkkila/cell-stm-pwr

Cellular: Fix CellularStateMachine to not loop between init/power states
pull/11678/head
Anna Bridge 2019-10-11 10:44:36 +01:00 committed by GitHub
commit 319fd671b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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) {