Skip to content

Commit

Permalink
Subaru: fix missing commas in fingerprints (commaai#23512)
Browse files Browse the repository at this point in the history
  • Loading branch information
adhintz authored and Len Budney committed Jan 19, 2022
1 parent ab7045d commit 40db446
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions selfdrive/car/subaru/values.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,7 @@ class CAR:
b'\xaa!`u\a',
b'\xaa!dq\a',
b'\xaa!dt\a',
b'\xf1\x00\xa2\x10\t'
b'\xc5!dr\a',
b'\xf1\x00\xa2\x10\t',
b'\xc5!ar\a',
b'\xbe!as\a',
b'\xc5!ds\a',
Expand All @@ -131,7 +130,6 @@ class CAR:
b'\xe3\xf5G\x00\x00',
b'\xe3\xf5\a\x00\x00',
b'\xe3\xf5C\x00\x00',
b'\xf1\x00\xa4\x10@'
b'\xe5\xf5B\x00\x00',
b'\xe5\xf5$\000\000',
b'\xe4\xf5\a\000\000',
Expand Down Expand Up @@ -197,7 +195,7 @@ class CAR:
b'\032\xf6B0\000',
b'\032\xf6F`\000',
b'\032\xf6b`\000',
b'\032\xf6B`\000'
b'\032\xf6B`\000',
b'\xf1\x00\xa4\x10@',
],
},
Expand Down Expand Up @@ -298,7 +296,7 @@ class CAR:
b'\xab"@s\a',
b'\xab+@@\a',
b'\xb4"@r\a',
b'\xa0+@@\x07'
b'\xa0+@@\x07',
b'\xa0\"@\x80\a',
],
(Ecu.transmission, 0x7e1, None): [
Expand Down

0 comments on commit 40db446

Please sign in to comment.