mirror of
https://github.com/infiniteCable2/panda.git
synced 2026-06-08 10:54:55 +08:00
Merge branch 'upstream/panda/master' into sync-20260417
This commit is contained in:
@@ -202,8 +202,8 @@ void ignition_can_hook(CANPacket_t *msg) {
|
||||
}
|
||||
}
|
||||
|
||||
// body exception
|
||||
if (((msg->bus == 0U) || (msg->bus == 2U)) && (msg->addr == 0x201U)) {
|
||||
// body v2 exception
|
||||
if (((msg->bus == 0U) || (msg->bus == 2U)) && (msg->addr == 0x222U)) {
|
||||
ignition_can = true;
|
||||
ignition_can_cnt = 0U;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user