We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac89f0c commit b19b66aCopy full SHA for b19b66a
1 file changed
board/drivers/can_common.h
@@ -202,11 +202,12 @@ void ignition_can_hook(CANPacket_t *msg) {
202
}
203
204
205
+ // TODO: this is too loose, Teslas have 0x222
206
// body v2 exception
- if (((msg->bus == 0U) || (msg->bus == 2U)) && (msg->addr == 0x222U)) {
207
- ignition_can = true;
208
- ignition_can_cnt = 0U;
209
- }
+ // if (((msg->bus == 0U) || (msg->bus == 2U)) && (msg->addr == 0x222U)) {
+ // ignition_can = true;
+ // ignition_can_cnt = 0U;
210
+ // }
211
212
213
bool can_tx_check_min_slots_free(uint32_t min) {
0 commit comments