From 3dc97908db2202899f210083d3bfb86fc421b5ad 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 cd4299b880ea..73e9506040d8 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 */