Update process_dbc.py

old-commit-hash: f49e9f4f09
This commit is contained in:
Tyler
2018-05-30 21:47:57 -05:00
committed by Willem Melching
parent 1a20fdc829
commit 723d9d8b70
+1 -1
View File
@@ -27,7 +27,7 @@ msgs = [(address, msg_name, msg_size, sorted(msg_sigs, key=lambda s: s.name not
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: