Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
sshane committed Aug 19, 2024
1 parent 13d86a0 commit 45be6de
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions opendbc/can/common.cc
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
#include "opendbc/can/common.h"





unsigned int honda_checksum(uint32_t address, const Signal &sig, const std::vector<uint8_t> &d) {
int s = 0;
bool extended = address > 0x7FF;
Expand Down

0 comments on commit 45be6de

Please sign in to comment.