Make hard-coded gap ratios visible on trigger documentation images #4172

This commit is contained in:
rusefillc 2022-07-11 04:21:02 -04:00
parent 0efb5ed3ff
commit 2f0db8b7c4
2 changed files with 2 additions and 1 deletions

View File

@ -214,6 +214,7 @@ struct_no_prefix engine_configuration_s
#define TRIGGER_HAS_SECOND_CHANNEL "hasSecondChannel" #define TRIGGER_HAS_SECOND_CHANNEL "hasSecondChannel"
#define TRIGGER_HARDCODED_OPERATION_MODE "knownOperationMode" #define TRIGGER_HARDCODED_OPERATION_MODE "knownOperationMode"
#define TRIGGER_COMMENT "#" #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 ! all the xxx_PACKING_xxx constants are about persisting tables in compact for, for example packing RPM with 50 increment in a byte

View File

@ -1,4 +1,5 @@
TESTS_SRC_CPP = \ TESTS_SRC_CPP = \
tests/trigger/test_all_triggers.cpp \
tests/trigger/test_symmetrical_crank.cpp \ tests/trigger/test_symmetrical_crank.cpp \
tests/trigger/test_trigger_decoder.cpp \ tests/trigger/test_trigger_decoder.cpp \
tests/trigger/test_trigger_decoder_2.cpp \ tests/trigger/test_trigger_decoder_2.cpp \
@ -87,7 +88,6 @@ TESTS_SRC_CPP = \
tests/test_dynoview.cpp \ tests/test_dynoview.cpp \
tests/test_gpio.cpp \ tests/test_gpio.cpp \
tests/test_limp.cpp \ tests/test_limp.cpp \
tests/trigger/test_all_triggers.cpp \
tests/test_can_rx.cpp \ tests/test_can_rx.cpp \
tests/test_can_serial.cpp \ tests/test_can_serial.cpp \
tests/test_can_wideband.cpp \ tests/test_can_wideband.cpp \