stm32f3: rcc: fix extern name for hsi structs
Fixes: ab9e425272da388def7d17ce322deaf343295d50
This commit is contained in:
parent
8071c6cf01
commit
33ef6fd816
@ -439,7 +439,7 @@ struct rcc_clock_scale {
|
|||||||
uint32_t apb2_frequency;
|
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];
|
extern const struct rcc_clock_scale rcc_hse8mhz_configs[RCC_CLOCK_HSE8_END];
|
||||||
|
|
||||||
enum rcc_osc {
|
enum rcc_osc {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user