auto-sync
This commit is contained in:
parent
e8cf062755
commit
d538722d82
|
@ -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