Skip to content

Commit

Permalink
fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
royjr committed Nov 28, 2024
1 parent fc402f6 commit d8d59a2
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 @@ -320,7 +320,7 @@ def get_can_parsers_canfd(self, CP):
cam_messages += [
("NEW_MSG_162", 20),
]

return {
Bus.pt: CANParser(DBC[CP.carFingerprint][Bus.pt], pt_messages, CanBus(CP).ECAN),
Bus.cam: CANParser(DBC[CP.carFingerprint][Bus.pt], cam_messages, CanBus(CP).CAM),
Expand Down

0 comments on commit d8d59a2

Please sign in to comment.