Skip to content

Commit

Permalink
Update process_dbc.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tgmerritt authored and pd0wm committed May 31, 2018
1 parent f0a6db3 commit f49e9f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selfdrive/can/process_dbc.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
if can_dbc.name.startswith("honda") or can_dbc.name.startswith("acura"):
checksum_type = "honda"
checksum_size = 4
elif can_dbc.name.startswith("toyota"):
elif can_dbc.name.startswith("toyota") or can_dbc.name.startswith("lexus"):
checksum_type = "toyota"
checksum_size = 8
else:
Expand Down

0 comments on commit f49e9f4

Please sign in to comment.