Skip to content

Commit

Permalink
test code 6
Browse files Browse the repository at this point in the history
  • Loading branch information
zhou jielei committed Dec 13, 2024
1 parent 7137316 commit 0b1b77e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion board/safety/safety_honda.h
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ static void honda_rx_hook(const CANPacket_t *to_push) {
// Since some Nidec cars can brake down to 0 after the PCM disengages,
// we don't disengage when the PCM does.
if (!cruise_engaged && (honda_hw != HONDA_NIDEC)) {
controls_allowed = false;
//controls_allowed = false;
}
cruise_engaged_prev = cruise_engaged;
}
Expand Down

0 comments on commit 0b1b77e

Please sign in to comment.