Skip to content
Snippets Groups Projects
Commit 9e995dde authored by Hauke Petersen's avatar Hauke Petersen
Browse files

cpu/stm32f1: remove unused cpu_clock_scale

parent 4bc1d291
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.
Finish editing this message first!
Please register or to comment