Skip to content

Commit

Permalink
tests: stm32f1: use new clock struct routines
Browse files Browse the repository at this point in the history
  • Loading branch information
karlp committed Nov 28, 2020
1 parent 5f05124 commit a9608c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/gadget-zero/main-stm32f103-generic.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit a9608c5

Please sign in to comment.