From f726c0e187e0c1dc2b019fa6b4c28b970fd5f45f Mon Sep 17 00:00:00 2001 From: David Sidrane Date: Mon, 17 Jun 2024 07:26:20 -0700 Subject: [PATCH] spracing_h7extreme:rcc Tack upstream name fix --- boards/spracing/h7extreme/src/rcc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/spracing/h7extreme/src/rcc.c b/boards/spracing/h7extreme/src/rcc.c index cd4299b880..73e9506040 100644 --- a/boards/spracing/h7extreme/src/rcc.c +++ b/boards/spracing/h7extreme/src/rcc.c @@ -364,7 +364,7 @@ __ramfunc__ void stm32_board_clockconfig(void) */ regval = getreg32(STM32_PWR_CR3); - regval |= STM32_PWR_CR3_LDOEN | STM32_PWR_CR3_LDOESCUEN; + regval |= STM32_PWR_CR3_LDOEN | STM32_PWR_CR3_SCUEN; putreg32(regval, STM32_PWR_CR3); /* Set the voltage output scale */