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:
Karl Palsson
2018-05-04 21:02:44 +00:00
parent 1e9a2e641c
commit ee8b5bf4ac
2 changed files with 0 additions and 12 deletions

View File

@@ -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