FSIO progress
This commit is contained in:
parent
cffe318d1b
commit
4f4f4ddfd9
|
@ -9,6 +9,8 @@
|
||||||
* @date May 23, 2013
|
* @date May 23, 2013
|
||||||
* @author Andrey Belomutskiy, (c) 2012-2018
|
* @author Andrey Belomutskiy, (c) 2012-2018
|
||||||
*
|
*
|
||||||
|
* disable verbose_idle
|
||||||
|
*
|
||||||
* This file is part of rusEfi - see http://rusefi.com
|
* 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
|
* rusEfi is free software; you can redistribute it and/or modify it under the terms of
|
||||||
|
|
|
@ -267,6 +267,8 @@ void applyFsioConfiguration(DECLARE_ENGINE_PARAMETER_SIGNATURE) {
|
||||||
}
|
}
|
||||||
|
|
||||||
state.fsioLogics[i] = logic;
|
state.fsioLogics[i] = logic;
|
||||||
|
} else {
|
||||||
|
scheduleMsg(logger, "No pin - no value! %d", i);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue