progress #363
This commit is contained in:
parent
7648f1b82b
commit
5090a59d6b
|
@ -210,7 +210,7 @@ void testFordAspire(void) {
|
||||||
assertEqualsM("higher rpm dwell", 3.25, getSparkDwell(6000 PASS_ENGINE_PARAMETER));
|
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);
|
printf("*************************************************** %s\r\n", msg);
|
||||||
|
|
||||||
EngineTestHelper eth(type);
|
EngineTestHelper eth(type);
|
||||||
|
|
|
@ -16,5 +16,7 @@ void testMissedSpark299(void);
|
||||||
void testRpmCalculator(void);
|
void testRpmCalculator(void);
|
||||||
void testStartupFuelPumping(void);
|
void testStartupFuelPumping(void);
|
||||||
void test1995FordInline6TriggerDecoder(void);
|
void test1995FordInline6TriggerDecoder(void);
|
||||||
|
void testTriggerDecoder2(const char *msg, engine_type_e type, int synchPointIndex, float channel1duty, float channel2duty);
|
||||||
|
|
||||||
|
|
||||||
#endif /* TEST_TRIGGER_DECODER_H_ */
|
#endif /* TEST_TRIGGER_DECODER_H_ */
|
||||||
|
|
Loading…
Reference in New Issue