Skip to content

Commit

Permalink
static change on get_checksum
Browse files Browse the repository at this point in the history
  • Loading branch information
adurham committed Sep 2, 2024
1 parent 5227284 commit 872a2ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion board/safety/safety_hyundai.h
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ static uint8_t hyundai_get_counter(const CANPacket_t *to_push) {
return cnt;
}

static uint32_t hyundai_get_checksum(const CANPacket_t *to_push) {
uint32_t hyundai_get_checksum(const CANPacket_t *to_push) {
int addr = GET_ADDR(to_push);

uint8_t chksum = 0;
Expand Down

0 comments on commit 872a2ea

Please sign in to comment.