auto-sync

This commit is contained in:
rusEfi 2014-12-14 19:03:18 -06:00
parent e91ce09a46
commit 71adc66ce5
2 changed files with 6 additions and 0 deletions

View File

@ -6,6 +6,7 @@
* MIATA_1994_DEVIATOR = 20
* MIATA_1996 = 21
* MIATA_1994_SPAGS = 24
* set_engine_type 24
*
* @date Apr 11, 2014
* @author Andrey Belomutskiy, (c) 2012-2014

View File

@ -247,6 +247,11 @@ static void triggerInfo(Engine *engine) {
boolToString(isTriggerDecoderError()), triggerCentral.triggerState.totalTriggerErrorCounter,
triggerCentral.triggerState.orderingErrorCounter, triggerCentral.triggerState.getTotalRevolutionCounter(),
boolToString(engineConfiguration->directSelfStimulation));
if (ts->isSynchronizationNeeded) {
scheduleMsg(&logger, "gap from %f to %f", ts->syncRatioFrom, ts->syncRatioTo);
}
#endif
#if EFI_PROD_CODE