Skip to content

Commit

Permalink
fix compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
dzid26 committed Aug 17, 2024
1 parent 7506eba commit 78ce6a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions board/safety/safety_bmw.h
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,8 @@ static void bmw_rx_hook(const CANPacket_t *to_push) {

static bool bmw_tx_hook(const CANPacket_t *to_send) {

UNUSED(to_send);

bool tx = true;
// int addr = GET_ADDR(to_send);
// static float bmw_desired_angle_last = 0; // last desired steer angle
Expand Down

0 comments on commit 78ce6a0

Please sign in to comment.