tests: stm32f1: use new clock struct routines

This commit is contained in:
Karl Palsson 2020-10-25 18:49:26 +00:00
parent 5f051241a8
commit a9608c524f
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@
int main(void)
{
rcc_clock_setup_in_hse_8mhz_out_72mhz();
rcc_clock_setup_pll(&rcc_hsi_configs[RCC_CLOCK_HSI_48MHZ]);
/* LED to indicate boot process */
rcc_periph_clock_enable(RCC_GPIOC);
gpio_set_mode(GPIOC, GPIO_MODE_OUTPUT_2_MHZ,