Starter is engaged on start-up in pull-up configuration #1969
This commit is contained in:
parent
1238758c0f
commit
66ae6a1ecf
|
@ -88,7 +88,7 @@ void efiSetPadUnused(brain_pin_e brainPin)
|
||||||
* todo: shall we reuse 'default state' constants with board.h?
|
* todo: shall we reuse 'default state' constants with board.h?
|
||||||
* */
|
* */
|
||||||
palSetPadMode(port, pin, mode);
|
palSetPadMode(port, pin, mode);
|
||||||
palWritePad(port, pin, false);
|
palWritePad(port, pin, 0);
|
||||||
}
|
}
|
||||||
#if (BOARD_EXT_GPIOCHIPS > 0)
|
#if (BOARD_EXT_GPIOCHIPS > 0)
|
||||||
else {
|
else {
|
||||||
|
|
Loading…
Reference in New Issue