Browse Source

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

Improperly copied from F1 code.

Fixes github issue #636
pull/634/merge
Karl Palsson 9 years ago
parent
commit
492a943b7e
  1. 2
      lib/stm32/f0/rcc.c

2
lib/stm32/f0/rcc.c

@ -461,8 +461,6 @@ void rcc_set_pll_multiplication_factor(uint32_t mul)
/*---------------------------------------------------------------------------*/ /*---------------------------------------------------------------------------*/
/** @brief RCC Set the APB Prescale Factor. /** @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 * @param[in] ppre1 Unsigned int32. APB prescale factor @ref rcc_cfgr_apb1pre
*/ */

Loading…
Cancel
Save