We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b5d34d commit a3b0c66Copy full SHA for a3b0c66
src/target/drivers/mcu/stm32/f1/pwr.h
@@ -5,7 +5,7 @@ static inline void _pwr_init()
5
{
6
SCB_VTOR = VECTOR_TABLE_LOCATION;
7
SCB_SCR &= ~SCB_SCR_SLEEPONEXIT; // sleep immediate on WFI
8
- rcc_clock_setup_in_hse_8mhz_out_72mhz();
+ rcc_clock_setup_pll(&rcc_hse_configs[RCC_CLOCK_HSE8_72MHZ]);
9
}
10
11
static inline void _pwr_shutdown()
0 commit comments