Skip to content

Commit 728b13b

Browse files
committed
ignition: add Rivian comment
1 parent 154b667 commit 728b13b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

board/drivers/can_common.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ void ignition_can_hook(CANPacket_t *to_push) {
182182
int counter = GET_BYTE(to_push, 1) & 0xFU; // max is only 14
183183

184184
if ((counter == ((prev_counter + 1) % 15)) && (prev_counter != -1)) {
185-
// VDM_OutputSignals
185+
// VDM_OutputSignals->VDM_EpasPowerMode
186186
ignition_can = GET_BIT(to_push, 60U);
187187
ignition_can_cnt = 0U;
188188
}

0 commit comments

Comments
 (0)