Skip to content

Commit

Permalink
Fix Nissan harness malfunction detection (#1897)
Browse files Browse the repository at this point in the history
  • Loading branch information
adeebshihadeh authored Jul 20, 2020
1 parent b205dd6 commit d6074e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion panda/board/safety/safety_nissan.h
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ static int nissan_rx_hook(CAN_FIFOMailBox_TypeDef *to_push) {
cruise_engaged_prev = cruise_engaged;
}

generic_rx_checks((addr == 0x169));
generic_rx_checks((addr == 0x169) && (bus == 0));
}
return valid;
}
Expand Down

0 comments on commit d6074e5

Please sign in to comment.