Starter is engaged on start-up in pull-up configuration #1969

This commit is contained in:
rusefillc 2020-11-26 00:24:15 -05:00
parent 1238758c0f
commit 66ae6a1ecf
1 changed files with 1 additions and 1 deletions

View File

@ -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 {