We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18f3793 commit ac89f0cCopy full SHA for ac89f0c
board/drivers/can_common.h
@@ -202,8 +202,8 @@ void ignition_can_hook(CANPacket_t *msg) {
202
}
203
204
205
- // body exception
206
- if (((msg->bus == 0U) || (msg->bus == 2U)) && (msg->addr == 0x201U)) {
+ // body v2 exception
+ if (((msg->bus == 0U) || (msg->bus == 2U)) && (msg->addr == 0x222U)) {
207
ignition_can = true;
208
ignition_can_cnt = 0U;
209
0 commit comments