aboutsummaryrefslogtreecommitdiffstats
path: root/libmaple/stm32f1
diff options
context:
space:
mode:
Diffstat (limited to 'libmaple/stm32f1')
-rw-r--r--libmaple/stm32f1/rcc.c11
1 files changed, 1 insertions, 10 deletions
diff --git a/libmaple/stm32f1/rcc.c b/libmaple/stm32f1/rcc.c
index a83bea3..8d71a41 100644
--- a/libmaple/stm32f1/rcc.c
+++ b/libmaple/stm32f1/rcc.c
@@ -95,16 +95,7 @@ const struct rcc_dev_info rcc_dev_table[] = {
#endif
};
-/**
- * @brief Deprecated; STM32F1 only.
- *
- * Initialize the clock control system. Initializes the system
- * clock source to use the PLL driven by an external oscillator.
- *
- * @param sysclk_src system clock source, must be PLL
- * @param pll_src pll clock source, must be HSE
- * @param pll_mul pll multiplier
- */
+__deprecated
void rcc_clk_init(rcc_sysclk_src sysclk_src,
rcc_pllsrc pll_src,
rcc_pll_multiplier pll_mul) {