Skip to content

Commit 9acbd02

Browse files
committed
HW_QC_TESTER_PRESENT
1 parent 6ce325f commit 9acbd02

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

can/can_common.h

+3-1
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,15 @@ enum class bench_test_packet_ids_e : int32_t {
2727
// ECU output
2828
RAW_ANALOG_2,
2929
// ECU output
30-
PIN_STATE,
30+
PIN_STATE, // 0x770007
3131
// ECU output
3232
AUX_DIGITAL_COUNTERS,
3333
// ECU output
3434
MANUAL_PIN_TEST,
3535
// OpenBLT input 0x77000A
3636
FW_WIPE_OUT,
37+
// ECU input 0x77000B
38+
HW_QC_TESTER_PRESENT,
3739
};
3840

3941
enum class bench_test_magic_numbers_e : int32_t {

0 commit comments

Comments
 (0)