fixing build

This commit is contained in:
rusefi 2017-03-04 09:10:20 -05:00
parent e8b31b0668
commit 2741a5180a
1 changed files with 2 additions and 2 deletions

View File

@ -224,8 +224,8 @@ void testTriggerDecoder2(const char *msg, engine_type_e type, int synchPointInde
assertEqualsM("synchPointIndex", synchPointIndex, t->getTriggerShapeSynchPointIndex());
assertEqualsM4(msg, " channel1duty", channel1duty, t->dutyCycle[0]);
assertEqualsM4(msg, " channel2duty", channel2duty, t->dutyCycle[1]);
assertEqualsM3(msg, " channel1duty", channel1duty, t->dutyCycle[0], 0.0001);
assertEqualsM3(msg, " channel2duty", channel2duty, t->dutyCycle[1], 0.0001);
}
static void testTriggerDecoder3(const char *msg, engine_type_e type, int synchPointIndex, float channel1duty, float channel2duty, float expectedGap) {