auto-sync

This commit is contained in:
rusEfi 2016-08-27 23:02:39 -04:00
parent 99f4d21075
commit efa3cdf724
2 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
// This file was generated by Version2Header
// Sat Aug 27 12:59:49 EDT 2016
// Sat Aug 27 22:44:39 EDT 2016
#ifndef VCS_VERSION
#define VCS_VERSION "10450"
#define VCS_VERSION "10451"
#endif

View File

@ -781,15 +781,15 @@ void testFuelSchedulerBug299(void) {
timeNow += MS2US(20);
eth.firePrimaryTriggerRise();
assertEqualsM("qs#2", 8, schedulingQueue.size());
assertEqualsM("rev cnt6", 6, engine->rpmCalculator.getRevolutionCounter());
assertInjectorDownEvent("3@0", 0, MS2US(-14.0), 0);
assertInjectorUpEvent("3@1", 1, MS2US(-11.5), 0);
assertInjectorDownEvent("3@2", 2, MS2US(-4), 1);
schedulingQueue.executeAll(timeNow);
assertEqualsM("exec#6", 4, schedulingQueue.executeAll(timeNow));
timeNow += MS2US(20);
eth.firePrimaryTriggerFall();