better error message
This commit is contained in:
parent
a28779eac9
commit
438e67ef2c
|
@ -126,7 +126,7 @@ static ALWAYS_INLINE void handleSparkEvent(bool limitedSpark, uint32_t trgEventI
|
|||
|
||||
const floatms_t dwellMs = ENGINE(engineState.sparkDwell);
|
||||
if (cisnan(dwellMs) || dwellMs <= 0) {
|
||||
warning(CUSTOM_DWELL, "invalid dwell: %f at %d", dwellMs, rpm);
|
||||
warning(CUSTOM_DWELL, "invalid dwell to handle: %f at %d", dwellMs, rpm);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue