mirror of https://github.com/rusefi/rusefi-1.git
refactoring
This commit is contained in:
parent
9532077418
commit
dd4f7b8eac
|
@ -1108,8 +1108,8 @@ void testFuelSchedulerBug299smallAndLarge(void) {
|
|||
// injector does not go low too soon, that's a feature :)
|
||||
assertTrueM("injector@2", enginePins.injectors[0].currentLogicValue);
|
||||
|
||||
timeNowUs += MS2US(20);
|
||||
eth.firePrimaryTriggerFall();
|
||||
|
||||
eth.fireFall(20);
|
||||
|
||||
assertEqualsM("Lqs#04", 6, schedulingQueue.size());
|
||||
assertInjectorUpEvent("L015@0", 0, MS2US(-1.5), 1 PASS_ENGINE_PARAMETER_SUFFIX);
|
||||
|
|
Loading…
Reference in New Issue