stm32f3: rcc: fix extern name for hsi structs

Fixes: ab9e425272da388def7d17ce322deaf343295d50
This commit is contained in:
Karl Palsson 2018-07-22 20:53:22 +00:00
parent 8071c6cf01
commit 33ef6fd816

View File

@ -439,7 +439,7 @@ struct rcc_clock_scale {
uint32_t apb2_frequency;
};
extern const struct rcc_clock_scale rcc_configs[RCC_CLOCK_HSI_END];
extern const struct rcc_clock_scale rcc_hsi_configs[RCC_CLOCK_HSI_END];
extern const struct rcc_clock_scale rcc_hse8mhz_configs[RCC_CLOCK_HSE8_END];
enum rcc_osc {