From 9e995dde81361a2a1190baf73db657155e306cc3 Mon Sep 17 00:00:00 2001 From: Hauke Petersen <hauke.petersen@fu-berlin.de> Date: Thu, 1 Jun 2017 18:52:15 +0200 Subject: [PATCH] cpu/stm32f1: remove unused cpu_clock_scale --- cpu/stm32f1/include/cpu_conf.h | 9 --------- 1 file changed, 9 deletions(-) diff --git a/cpu/stm32f1/include/cpu_conf.h b/cpu/stm32f1/include/cpu_conf.h index fed1ee08e9..311f015440 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 -- GitLab