auto-sync

This commit is contained in:
rusEfi 2015-04-07 08:11:07 -05:00
parent 881f5e3dae
commit f04e2fa046
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ void setSachs(engine_configuration_s *engineConfiguration) {
/**
* We treat the trigger as 1/0 toothed wheel
* 50/2 trigger
*/
engineConfiguration->trigger.type = TT_TOOTHED_WHEEL;
engineConfiguration->trigger.customTotalToothCount = 50;

View File

@ -276,5 +276,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 20150406;
return 20150407;
}