[RCC] Added missing prefix to the hsi setup table in f3.
This commit is contained in:
parent
5828a77749
commit
830cf7bfc4
@ -429,7 +429,7 @@ struct rcc_clock_scale {
|
|||||||
uint32_t apb2_frequency;
|
uint32_t apb2_frequency;
|
||||||
};
|
};
|
||||||
|
|
||||||
extern const struct rcc_clock_scale hsi_8mhz[RCC_CLOCK_END];
|
extern const struct rcc_clock_scale rcc_hsi_8mhz[RCC_CLOCK_END];
|
||||||
|
|
||||||
enum rcc_osc {
|
enum rcc_osc {
|
||||||
RCC_PLL, RCC_HSE, RCC_HSI, RCC_LSE, RCC_LSI
|
RCC_PLL, RCC_HSE, RCC_HSI, RCC_LSE, RCC_LSI
|
||||||
|
Loading…
x
Reference in New Issue
Block a user