one step back - fixing tests

This commit is contained in:
rusefi 2019-01-14 10:23:52 -05:00
parent cc97291e52
commit 7ac4fcd91d
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ void EngineState::updateSlowSensors(DECLARE_ENGINE_PARAMETER_SIGNATURE) {
void EngineState::periodicFastCallback(DECLARE_ENGINE_PARAMETER_SIGNATURE) {
if (!engine->slowCallBackWasInvoked) {
warning(CUSTOM_ERR_6696, "Slow not invoked yet");
// warning(CUSTOM_ERR_6696, "Slow not invoked yet");
}
efitick_t nowNt = getTimeNowNt();
if (ENGINE(rpmCalculator).isCranking(PASS_ENGINE_PARAMETER_SIGNATURE)) {