From 17ee26293c5a9e78439ff990985965384d7134e0 Mon Sep 17 00:00:00 2001 From: Andrey Date: Sun, 25 Jul 2021 12:36:53 -0400 Subject: [PATCH] todo --- firmware/hw_layer/hardware.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/firmware/hw_layer/hardware.cpp b/firmware/hw_layer/hardware.cpp index e7672fe843..4206efc699 100644 --- a/firmware/hw_layer/hardware.cpp +++ b/firmware/hw_layer/hardware.cpp @@ -335,6 +335,7 @@ void applyNewHardwareSettings(DECLARE_ENGINE_PARAMETER_SIGNATURE) { #endif /* #if EFI_HD44780_LCD */ if (isPinOrModeChanged(clutchUpPin, clutchUpPinMode)) { + // bug? duplication with stopPedalPins? efiSetPadUnused(activeConfiguration.clutchUpPin PASS_ENGINE_PARAMETER_SUFFIX); }