mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-06-30 02:52:04 +08:00
ui: remove space (#33724)
This commit is contained in:
+1
-1
@@ -70,7 +70,7 @@ void ui_update_params(UIState *s) {
|
||||
void UIState::updateStatus() {
|
||||
if (scene.started && sm->updated("selfdriveState")) {
|
||||
auto ss = (*sm)["selfdriveState"].getSelfdriveState();
|
||||
auto state = ss .getState();
|
||||
auto state = ss.getState();
|
||||
if (state == cereal::SelfdriveState::OpenpilotState::PRE_ENABLED || state == cereal::SelfdriveState::OpenpilotState::OVERRIDING) {
|
||||
status = STATUS_OVERRIDE;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user