mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
spracing_h7extreme:rcc Tack upstream name fix
This commit is contained in:
parent
636cb57f27
commit
f726c0e187
@ -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 */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user