Skip to content

Commit

Permalink
spracing_h7extreme:rcc Tack upstream name fix
Browse files Browse the repository at this point in the history
  • Loading branch information
davids5 authored and MaEtUgR committed Jul 15, 2024
1 parent 762d872 commit 3dc9790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boards/spracing/h7extreme/src/rcc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 3dc9790

Please sign in to comment.