From a85ba1e788882f582decf9e88407a67ae2137b31 Mon Sep 17 00:00:00 2001 From: "Ben V. Brown" Date: Tue, 4 Jun 2024 20:59:31 +1000 Subject: [PATCH] Update board.c --- source/Core/BSP/Pinecilv2/board.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Core/BSP/Pinecilv2/board.c b/source/Core/BSP/Pinecilv2/board.c index 7c56fdde..84ae831f 100644 --- a/source/Core/BSP/Pinecilv2/board.c +++ b/source/Core/BSP/Pinecilv2/board.c @@ -133,7 +133,7 @@ static const struct pin_mux_cfg af_pin_table[] = { static void board_pin_mux_init(void) { GLB_GPIO_Cfg_Type gpio_cfg; uint32_t tmpVal; - gpio_cfg.drive = 3; + gpio_cfg.drive = 2; gpio_cfg.smtCtrl = 1; uint8_t hbn_gpio_mask = 0x1f; uint8_t hbn_aon_ie = 0;