This commit is contained in:
rusefi 2020-08-29 09:39:52 -04:00
parent 900c99f704
commit 00572b3c30
1 changed files with 2 additions and 2 deletions

View File

@ -554,10 +554,10 @@ TEST(misc, testTriggerDecoder) {
testTriggerDecoder2("CAMARO_4", CAMARO_4, 40, 0.5, 0); testTriggerDecoder2("CAMARO_4", CAMARO_4, 40, 0.5, 0);
testTriggerDecoder3("neon NGC4", DODGE_NEON_2003_CAM, 6, 0.5000, 0.0, CHRYSLER_NGC4_GAP); testTriggerDecoder3("neon NGC4", DODGE_NEON_2003_CRANK, 6, 0.5000, 0.0, CHRYSLER_NGC4_GAP);
{ {
WITH_ENGINE_TEST_HELPER(DODGE_NEON_2003_CAM); WITH_ENGINE_TEST_HELPER(DODGE_NEON_2003_CRANK);
printf("!!!!!!!!!!!!!!!!!! Now trying with only rising edges !!!!!!!!!!!!!!!!!\r\n"); printf("!!!!!!!!!!!!!!!!!! Now trying with only rising edges !!!!!!!!!!!!!!!!!\r\n");
engineConfiguration->useOnlyRisingEdgeForTrigger = true; engineConfiguration->useOnlyRisingEdgeForTrigger = true;