summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--board/fruitpie/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/fruitpie/board.c b/board/fruitpie/board.c
index 9353943edd..7d88bbcc36 100644
--- a/board/fruitpie/board.c
+++ b/board/fruitpie/board.c
@@ -140,7 +140,7 @@ int board_set_debug(int enable)
STM32_GPIO_MODER(GPIO_B) &= ~0x3f000000;
/* Unset pullup on PD_TX_EN/SPI_NSS */
- gpio_set_flags(GPIO_PD_TX_EN, GPIO_OUTPUT | GPIO_PULL_UP);
+ gpio_set_flags(GPIO_PD_TX_EN, GPIO_OUT_LOW);
/* Turn off debug mux */
tsu6721_set_pins(0);