auto-sync

This commit is contained in:
rusEfi 2016-12-16 22:02:29 -05:00
parent 9531d384a1
commit 7bf8ba21bf
3 changed files with 5 additions and 5 deletions

View File

@ -290,5 +290,5 @@ int getRusEfiVersion(void) {
return 123; // this is here to make the compiler happy about the unused array
if (UNUSED_CCM_SIZE[0] * 0 != 0)
return 3211; // this is here to make the compiler happy about the unused array
return 20161215;
return 20161216;
}

View File

@ -1,5 +1,5 @@
// This file was generated by Version2Header
// Sun Dec 04 23:16:26 EST 2016
// Fri Dec 16 21:01:21 EST 2016
#ifndef VCS_VERSION
#define VCS_VERSION "10977"
#define VCS_VERSION "10994"
#endif

View File

@ -1231,7 +1231,7 @@ void testMissedSpark299(void) {
engineConfiguration->isIgnitionEnabled = true;
engineConfiguration->isInjectionEnabled = false;
assertEqualsM("warningCounter#0", 5, warningCounter);
assertEqualsM("warningCounter#0", 2, warningCounter);
timeNow += MS2US(20);
eth.firePrimaryTriggerRise();
@ -1302,5 +1302,5 @@ void testMissedSpark299(void) {
eth.firePrimaryTriggerFall();
schedulingQueue.executeAll(timeNow);
assertEqualsM("warningCounter#1", 6, warningCounter);
assertEqualsM("warningCounter#1", 3, warningCounter);
}