cmd_test_main_relay

helping build
This commit is contained in:
rusefillc 2021-01-11 20:01:20 -05:00
parent d97501b601
commit e1668402f6
1 changed files with 1 additions and 1 deletions

View File

@ -479,7 +479,7 @@ void runFsio(DECLARE_ENGINE_PARAMETER_SIGNATURE) {
* main relay is always on if ECU is on, that's a good enough initial implementation
*/
if (isBrainPinValid(CONFIG(mainRelayPin)))
enginePins.mainRelay.setValue(!engine->isInMainRelayBench());
enginePins.mainRelay.setValue(!engine->isInMainRelayBench(PASS_ENGINE_PARAMETER_SIGNATURE));
#endif /* EFI_MAIN_RELAY_CONTROL */
if (isBrainPinValid(CONFIG(starterRelayDisablePin)))