[f4] Added a 25mhz clock

This commit is contained in:
Freek van Tienen
2014-05-08 10:02:18 +02:00
committed by Frantisek Burian
parent 67f4f50a94
commit ac8ac8c64d
2 changed files with 45 additions and 0 deletions

View File

@@ -506,6 +506,7 @@ typedef struct {
extern const clock_scale_t hse_8mhz_3v3[CLOCK_3V3_END];
extern const clock_scale_t hse_12mhz_3v3[CLOCK_3V3_END];
extern const clock_scale_t hse_16mhz_3v3[CLOCK_3V3_END];
extern const clock_scale_t hse_25mhz_3v3[CLOCK_3V3_END];
enum rcc_osc {
PLL, HSE, HSI, LSE, LSI