stm32f3: update examples for new library code

This commit is contained in:
Karl Palsson
2018-08-29 10:26:13 +00:00
parent 87680cd122
commit 8faca31dc5
5 changed files with 5 additions and 5 deletions

View File

@@ -25,7 +25,7 @@
/* Set STM32 to 64 MHz. */
static void clock_setup(void)
{
rcc_clock_setup_hsi(&rcc_hsi_8mhz[RCC_CLOCK_64MHZ]);
rcc_clock_setup_hsi(&rcc_hsi_configs[RCC_CLOCK_HSI_64MHZ]);
/* Enable GPIOE clock. */
rcc_periph_clock_enable(RCC_GPIOE);