mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-02 11:59:17 +08:00
spracing_h7extreme:rcc Tack upstream name fix
This commit is contained in:
committed by
Daniel Agar
parent
636cb57f27
commit
f726c0e187
@@ -364,7 +364,7 @@ __ramfunc__ void stm32_board_clockconfig(void)
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
regval = getreg32(STM32_PWR_CR3);
|
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);
|
putreg32(regval, STM32_PWR_CR3);
|
||||||
|
|
||||||
/* Set the voltage output scale */
|
/* Set the voltage output scale */
|
||||||
|
|||||||
Reference in New Issue
Block a user