Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnyhaibin committed Dec 7, 2024
1 parent b374846 commit 855e431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opendbc/car/hyundai/carstate.py
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ def get_can_parsers(self, CP):
("LKAS11", 100)
]

if not CP.openpilotLongitudinalControl or CP.flags & HyundaiFlags.CAMERA_SCC:
if CP.flags & HyundaiFlags.CAMERA_SCC:
cam_messages += [
("SCC11", 50),
("SCC12", 50),
Expand Down

0 comments on commit 855e431

Please sign in to comment.