better message?

This commit is contained in:
rusefi 2020-04-10 17:45:04 -04:00
parent 77354f41a7
commit 3f56e751d4
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ float getEngineValue(le_action_e action DECLARE_ENGINE_PARAMETER_SUFFIX) {
return getVBatt(PASS_ENGINE_PARAMETER_SIGNATURE);
#include "fsio_getters.def"
default:
warning(CUSTOM_FSIO_UNEXPECTED, "FSIO unexpected %d", action);
warning(CUSTOM_FSIO_UNEXPECTED, "FSIO ERROR no data for action=%d", action);
return NAN;
}
}