Skip to content
Snippets Groups Projects
Commit 25d90972 authored by Alexandre Abadie's avatar Alexandre Abadie Committed by GitHub
Browse files

Merge pull request #7124 from haukepetersen/rm_stm32f1_cpuclockscale

cpu/stm32f1: remove unused cpu_clock_scale
parents 1a2097e9 9e995dde
No related branches found
No related tags found
No related merge requests found
...@@ -59,15 +59,6 @@ extern "C" { ...@@ -59,15 +59,6 @@ extern "C" {
#endif #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 #ifdef __cplusplus
} }
#endif #endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment