stm32f0: rcc: No APB1, and no restrictions on APB speed

Improperly copied from F1 code.

Fixes github issue #636
This commit is contained in:
Karl Palsson 2016-03-15 23:19:37 +00:00
parent ae41782e1a
commit 492a943b7e
1 changed files with 0 additions and 2 deletions

View File

@ -461,8 +461,6 @@ void rcc_set_pll_multiplication_factor(uint32_t mul)
/*---------------------------------------------------------------------------*/
/** @brief RCC Set the APB Prescale Factor.
*
* @note The APB1 clock frequency must not exceed 36MHz.
*
* @param[in] ppre1 Unsigned int32. APB prescale factor @ref rcc_cfgr_apb1pre
*/