diff --git a/selfdrive/pandad/pandad.cc b/selfdrive/pandad/pandad.cc index e11eb4a9b2..d3b471e5f9 100644 --- a/selfdrive/pandad/pandad.cc +++ b/selfdrive/pandad/pandad.cc @@ -444,7 +444,7 @@ void pandad_run(std::vector &pandas) { if (rk.frame() % 10 == 0) { sm.update(0); engaged = sm.allAliveAndValid({"selfdriveState"}) && sm["selfdriveState"].getSelfdriveState().getEnabled(); - bool started = sm.allAliveAndValid({"deviceState"}) && sm["deviceState"].getDeviceState().getStarted(); + bool started = sm["deviceState"].getDeviceState().getStarted(); process_panda_state(pandas, &pm, engaged, started, spoofing_started); panda_safety.configureSafetyMode(); }