Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
csouers committed Feb 22, 2024
1 parent 6cee182 commit 5af914b
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 @@ -462,7 +462,7 @@ static int honda_bosch_fwd_hook(int bus_num, int addr) {
int bus_fwd = -1;

if (bus_num == 0) {
int is_button_msg = (addr == 0x296);
bool is_button_msg = (addr == 0x296);
bool block_msg = is_button_msg && controls_allowed && honda_bosch_radarless && !honda_bosch_long;
if (!block_msg) {
bus_fwd = 2;
Expand Down

0 comments on commit 5af914b

Please sign in to comment.