mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-16 14:17:35 +08:00
spracing_h7extreme:rcc Tack upstream name fix
This commit is contained in:
committed by
Matthias Grob
parent
762d87285c
commit
3dc97908db
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user