Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
adurham committed Sep 2, 2024
1 parent 2123be3 commit 530aa99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions board/safety/safety_hyundai.h
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ uint32_t hyundai_compute_checksum(const CANPacket_t *to_push) {
return chksum;
}

static void hyundai_rx_hook(const CANPacket_t *to_push) {
void hyundai_rx_hook(const CANPacket_t *to_push) {
int bus = GET_BUS(to_push);
int addr = GET_ADDR(to_push);

Expand Down Expand Up @@ -317,7 +317,7 @@ static void hyundai_rx_hook(const CANPacket_t *to_push) {
}
}

static bool hyundai_tx_hook(const CANPacket_t *to_send) {
bool hyundai_tx_hook(const CANPacket_t *to_send) {
bool tx = true;
int addr = GET_ADDR(to_send);

Expand Down

0 comments on commit 530aa99

Please sign in to comment.