auto-sync

This commit is contained in:
rusEfi 2016-12-06 00:02:47 -05:00
parent e8cf062755
commit d538722d82
1 changed files with 1 additions and 1 deletions

View File

@ -217,7 +217,7 @@ floatms_t getSparkDwell(int rpm DECLARE_ENGINE_PARAMETER_S) {
}
if (cisnan(dwellMs) || dwellMs < 0) {
firmwareError(CUSTOM_ERR_DWELL_DURATION, "invalid dwell: %f at %d", dwellMs, rpm);
firmwareError(CUSTOM_ERR_DWELL_DURATION, "invalid dwell: %f at rpm=%d", dwellMs, rpm);
}
return dwellMs;
}