auto-sync

This commit is contained in:
rusEfi 2015-02-02 08:08:30 -06:00
parent b4f11eadff
commit b67087ecc5
1 changed files with 2 additions and 0 deletions

View File

@ -304,7 +304,9 @@ float getTriggerDutyCycle(int index) {
static void resetRunningTriggerCounters() {
triggerCentral.resetCounters();
#if EFI_PROD_CODE
triggerInfo(engine);
#endif
}
void initTriggerCentral(Logging *sharedLogger, Engine *engine) {