diff --git a/cpu/stm32f1/include/cpu_conf.h b/cpu/stm32f1/include/cpu_conf.h index fed1ee08e9165b2f9fd46d559493d978c1582fd4..311f015440845407c10f71ea02d34e72cd0a17cf 100644 --- a/cpu/stm32f1/include/cpu_conf.h +++ b/cpu/stm32f1/include/cpu_conf.h @@ -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