Skip to content

Commit

Permalink
add test7
Browse files Browse the repository at this point in the history
  • Loading branch information
zhou jielei committed Dec 13, 2024
1 parent 2cf987c commit 15ab855
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions board/safety/safety_honda.h
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,6 @@ static void honda_rx_hook(const CANPacket_t *to_push) {
acc_main_on = GET_BIT(to_push, ((addr == 0x326) ? 28U : 47U));
if (!acc_main_on) {
controls_allowed = false;
}else{
controls_allowed = true;
}
}

Expand Down

0 comments on commit 15ab855

Please sign in to comment.