stm32f4: rcc: drop 48 & 120 MHz configs
48Mhz has no purpose other than to be a naiive method of haivng working USB. 120MHz never had any purpose, other than to match the f2 code it was copied from. Drop them both. Remaining configs are all max speeds for various F4 parts. Lower speeds are all custom
This commit is contained in:
@@ -770,9 +770,7 @@ extern uint32_t rcc_apb2_frequency;
|
||||
/* --- Function prototypes ------------------------------------------------- */
|
||||
|
||||
enum rcc_clock_3v3 {
|
||||
RCC_CLOCK_3V3_48MHZ,
|
||||
RCC_CLOCK_3V3_84MHZ,
|
||||
RCC_CLOCK_3V3_120MHZ,
|
||||
RCC_CLOCK_3V3_168MHZ,
|
||||
RCC_CLOCK_3V3_180MHZ,
|
||||
RCC_CLOCK_3V3_END
|
||||
|
||||
Reference in New Issue
Block a user