Skip to content

Commit

Permalink
cpu/stm32f1: remove unused cpu_clock_scale
Browse files Browse the repository at this point in the history
  • Loading branch information
haukepetersen committed Jun 1, 2017
1 parent 4bc1d29 commit 9e995dd
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions cpu/stm32f1/include/cpu_conf.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9e995dd

Please sign in to comment.