partial rollback

This commit is contained in:
rusefi 2020-05-23 19:17:15 -04:00
parent 6f5592ed2a
commit 5d39e3e088
1 changed files with 2 additions and 1 deletions

View File

@ -166,7 +166,8 @@ bool FuelSchedule::addFuelEventsForCylinder(int i DECLARE_ENGINE_PARAMETER_SUFF
int cylindersCount = CONFIG(specs.cylindersCount);
if (cylindersCount < 1) {
firmwareError(CUSTOM_OBD_ZERO_CYLINDER_COUNT, "Invalid cylinder count: %d", cylindersCount);
// May 2020 this somehow still happens with functional tests, maybe race condition?
warning(CUSTOM_OBD_ZERO_CYLINDER_COUNT, "Invalid cylinder count: %d", cylindersCount);
return false;
}