auto-sync
This commit is contained in:
parent
881f5e3dae
commit
f04e2fa046
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue