auto-sync
This commit is contained in:
parent
b4f11eadff
commit
b67087ecc5
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue