fix mising check

pull/23642/head
Shane Smiskol 4 years ago
parent fa70010030
commit 6f74d6f0dc
  1. 2
      selfdrive/car/subaru/carstate.py

@ -142,7 +142,7 @@ class CarState(CarStateBase):
] ]
checks += [ checks += [
("Dash_State2"), ("Dash_State2", 1),
] ]
if CP.carFingerprint == CAR.FORESTER_PREGLOBAL: if CP.carFingerprint == CAR.FORESTER_PREGLOBAL:

Loading…
Cancel
Save