Skip to content

Commit

Permalink
more renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
jyoung8607 committed Aug 24, 2022
1 parent bf4c44f commit 9adaf4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion can/dbc.cc
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ ChecksumState* get_checksum(const std::string& dbc_name) {
s = new ChecksumState({8, -1, 7, -1, false, CHRYSLER_CHECKSUM, &chrysler_checksum});
} else if (startswith(dbc_name, "comma_body")) {
s = new ChecksumState({8, 4, 7, 3, false, PEDAL_CHECKSUM, &pedal_checksum});
} else if (startswith(dbc_name, "faw")) {
} else if (startswith(dbc_name, "hongqi")) {
s = new ChecksumState({8, 4, 0, 4, true, XOR_CHECKSUM, &xor_checksum});
}
return s;
Expand Down

0 comments on commit 9adaf4b

Please sign in to comment.