mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-06-24 15:32:07 +08:00
Fix Nissan harness malfunction detection (#1897)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user