stm32f1: rcc: Fix comments on clock speed.

This commit is contained in:
Antal Szabó 2015-10-13 16:57:11 +02:00 committed by Karl Palsson
parent 27b826bc4a
commit f5c9dbdb8d

View File

@ -973,7 +973,7 @@ void rcc_clock_setup_in_hse_8mhz_out_72mhz(void)
}
/*---------------------------------------------------------------------------*/
/** @brief RCC Set System Clock PLL at 24MHz from HSE at 12MHz
/** @brief RCC Set System Clock PLL at 72MHz from HSE at 12MHz
*/
@ -1037,7 +1037,7 @@ void rcc_clock_setup_in_hse_12mhz_out_72mhz(void)
}
/*---------------------------------------------------------------------------*/
/** @brief RCC Set System Clock PLL at 24MHz from HSE at 16MHz
/** @brief RCC Set System Clock PLL at 72MHz from HSE at 16MHz
*/