Skip to content

Commit

Permalink
move BodyInfo check back to global only
Browse files Browse the repository at this point in the history
  • Loading branch information
martinl committed Feb 19, 2020
1 parent b1ce50e commit ef359aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selfdrive/car/subaru/carstate.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ def get_powertrain_can_parser(CP):
("Dashlights", 10),
("Wheel_Speeds", 50),
("Steering_Torque", 50),
("BodyInfo", 10),
]

if CP.carFingerprint == CAR.IMPREZA:
checks += [
("BodyInfo", 10),
("CruiseControl", 20),
]
signals += [
Expand Down

0 comments on commit ef359aa

Please sign in to comment.