fixing build
This commit is contained in:
parent
e8b31b0668
commit
2741a5180a
|
@ -224,8 +224,8 @@ void testTriggerDecoder2(const char *msg, engine_type_e type, int synchPointInde
|
||||||
|
|
||||||
assertEqualsM("synchPointIndex", synchPointIndex, t->getTriggerShapeSynchPointIndex());
|
assertEqualsM("synchPointIndex", synchPointIndex, t->getTriggerShapeSynchPointIndex());
|
||||||
|
|
||||||
assertEqualsM4(msg, " channel1duty", channel1duty, t->dutyCycle[0]);
|
assertEqualsM3(msg, " channel1duty", channel1duty, t->dutyCycle[0], 0.0001);
|
||||||
assertEqualsM4(msg, " channel2duty", channel2duty, t->dutyCycle[1]);
|
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) {
|
static void testTriggerDecoder3(const char *msg, engine_type_e type, int synchPointIndex, float channel1duty, float channel2duty, float expectedGap) {
|
||||||
|
|
Loading…
Reference in New Issue