FSIO progress

This commit is contained in:
rusefi 2019-09-13 21:07:34 -04:00
parent cffe318d1b
commit 4f4f4ddfd9
2 changed files with 4 additions and 0 deletions

View File

@ -9,6 +9,8 @@
* @date May 23, 2013
* @author Andrey Belomutskiy, (c) 2012-2018
*
* disable verbose_idle
*
* This file is part of rusEfi - see http://rusefi.com
*
* rusEfi is free software; you can redistribute it and/or modify it under the terms of

View File

@ -267,6 +267,8 @@ void applyFsioConfiguration(DECLARE_ENGINE_PARAMETER_SIGNATURE) {
}
state.fsioLogics[i] = logic;
} else {
scheduleMsg(logger, "No pin - no value! %d", i);
}
}
}