auto-sync
This commit is contained in:
parent
2baaae64e7
commit
53c99d6a7a
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue