Merge pull request #7124 from haukepetersen/rm_stm32f1_cpuclockscale

cpu/stm32f1: remove unused cpu_clock_scale
master
Alexandre Abadie 6 years ago committed by GitHub
commit 25d909725b

@ -59,15 +59,6 @@ extern "C" {
#endif
/** @} */
/**
* @brief Configure the CPU's clock system
*
* @param[in] source source clock frequency
* @param[in] target target clock frequency
* @param[in] prescale prescaler to use
*/
void cpu_clock_scale(uint32_t source, uint32_t target, uint32_t *prescale);
#ifdef __cplusplus
}
#endif

Loading…
Cancel
Save