as suggested by the comment, this doesn't need a warning (#1464)
* the comment is correct * format
This commit is contained in:
parent
4edd682ebb
commit
8dadb554c4
|
@ -417,11 +417,6 @@ static void mainTriggerCallback(trigger_event_e ckpSignalType, uint32_t trgEvent
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (limitedSpark || limitedFuel) {
|
|
||||||
// todo: this is not really a warning
|
|
||||||
warning(CUSTOM_SKIPPING_STROKE, "skipping stroke due to rpm=%d", rpm);
|
|
||||||
}
|
|
||||||
|
|
||||||
if (trgEventIndex == 0) {
|
if (trgEventIndex == 0) {
|
||||||
if (HAVE_CAM_INPUT()) {
|
if (HAVE_CAM_INPUT()) {
|
||||||
engine->triggerCentral.validateCamVvtCounters();
|
engine->triggerCentral.validateCamVvtCounters();
|
||||||
|
|
Loading…
Reference in New Issue