This commit is contained in:
rusefi 2017-03-04 00:00:46 -05:00
parent 7648f1b82b
commit 5090a59d6b
2 changed files with 3 additions and 1 deletions

View File

@ -210,7 +210,7 @@ void testFordAspire(void) {
assertEqualsM("higher rpm dwell", 3.25, getSparkDwell(6000 PASS_ENGINE_PARAMETER));
}
static void testTriggerDecoder2(const char *msg, engine_type_e type, int synchPointIndex, float channel1duty, float channel2duty) {
void testTriggerDecoder2(const char *msg, engine_type_e type, int synchPointIndex, float channel1duty, float channel2duty) {
printf("*************************************************** %s\r\n", msg);
EngineTestHelper eth(type);

View File

@ -16,5 +16,7 @@ void testMissedSpark299(void);
void testRpmCalculator(void);
void testStartupFuelPumping(void);
void test1995FordInline6TriggerDecoder(void);
void testTriggerDecoder2(const char *msg, engine_type_e type, int synchPointIndex, float channel1duty, float channel2duty);
#endif /* TEST_TRIGGER_DECODER_H_ */