From 66ae6a1ecf645a0e47664853828810960891dba5 Mon Sep 17 00:00:00 2001 From: rusefillc Date: Thu, 26 Nov 2020 00:24:15 -0500 Subject: [PATCH] Starter is engaged on start-up in pull-up configuration #1969 --- firmware/hw_layer/io_pins.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/hw_layer/io_pins.cpp b/firmware/hw_layer/io_pins.cpp index 3b3fe53af8..ac503acd03 100644 --- a/firmware/hw_layer/io_pins.cpp +++ b/firmware/hw_layer/io_pins.cpp @@ -88,7 +88,7 @@ void efiSetPadUnused(brain_pin_e brainPin) * todo: shall we reuse 'default state' constants with board.h? * */ palSetPadMode(port, pin, mode); - palWritePad(port, pin, false); + palWritePad(port, pin, 0); } #if (BOARD_EXT_GPIOCHIPS > 0) else {