auto-sync

This commit is contained in:
rusEfi 2016-01-23 20:01:39 -05:00
parent a870ed7a07
commit f49f8a9bc4
2 changed files with 1 additions and 3 deletions

View File

@ -53,8 +53,6 @@ int MockAdcState::getMockAdcValue(int hwChannel) {
return fakeAdcValues[hwChannel];
}
/**
* We are executing these heavy (logarithm) methods from outside the trigger callbacks for performance reasons.
* See also periodicFastCallback

View File

@ -275,5 +275,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 20160121;
return 20160123;
}