stm32f3: rcc: drop useless 44MHz clock structure.
This clock speed is not USB compatible, it's not the maximum for anything, nor the minimum, it's just a distraction. Drop it.
This commit is contained in:
@@ -414,7 +414,6 @@ extern uint32_t rcc_apb2_frequency;
|
||||
/* --- Function prototypes ------------------------------------------------- */
|
||||
|
||||
enum rcc_clock {
|
||||
RCC_CLOCK_44MHZ,
|
||||
RCC_CLOCK_48MHZ,
|
||||
RCC_CLOCK_64MHZ,
|
||||
RCC_CLOCK_END
|
||||
|
||||
Reference in New Issue
Block a user