Make hard-coded gap ratios visible on trigger documentation images #4172
This commit is contained in:
parent
0efb5ed3ff
commit
2f0db8b7c4
|
@ -214,6 +214,7 @@ struct_no_prefix engine_configuration_s
|
|||
#define TRIGGER_HAS_SECOND_CHANNEL "hasSecondChannel"
|
||||
#define TRIGGER_HARDCODED_OPERATION_MODE "knownOperationMode"
|
||||
#define TRIGGER_COMMENT "#"
|
||||
#define TRIGGER_GAPS_COUNT "gapsCount"
|
||||
|
||||
!
|
||||
! all the xxx_PACKING_xxx constants are about persisting tables in compact for, for example packing RPM with 50 increment in a byte
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
TESTS_SRC_CPP = \
|
||||
tests/trigger/test_all_triggers.cpp \
|
||||
tests/trigger/test_symmetrical_crank.cpp \
|
||||
tests/trigger/test_trigger_decoder.cpp \
|
||||
tests/trigger/test_trigger_decoder_2.cpp \
|
||||
|
@ -87,7 +88,6 @@ TESTS_SRC_CPP = \
|
|||
tests/test_dynoview.cpp \
|
||||
tests/test_gpio.cpp \
|
||||
tests/test_limp.cpp \
|
||||
tests/trigger/test_all_triggers.cpp \
|
||||
tests/test_can_rx.cpp \
|
||||
tests/test_can_serial.cpp \
|
||||
tests/test_can_wideband.cpp \
|
||||
|
|
Loading…
Reference in New Issue