partial rollback

This commit is contained in:
rusefi 2020-05-23 18:01:40 -04:00
parent 1686180716
commit 1e69e306e1
1 changed files with 2 additions and 2 deletions

View File

@ -386,8 +386,8 @@ int getCylinderId(int index DECLARE_ENGINE_PARAMETER_SUFFIX) {
} }
if (index < 0 || index >= firingOrderLength) { if (index < 0 || index >= firingOrderLength) {
// todo: open question when does this happen? reproducible with functional tests? // May 2020 this somehow still happens with functional tests, maybe race condition?
firmwareError(CUSTOM_ERR_6686, "index %d", index); warning(CUSTOM_ERR_6686, "firing order index %d", index);
return 1; return 1;
} }