1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

cpu/rpx0xx: fix doc error in periph_cpu.h

Signed-off-by: Dylan Laduranty <dylan.laduranty@mesotic.com>
This commit is contained in:
Dylan Laduranty 2023-04-25 21:02:54 +02:00
parent f797bbee2e
commit 80e3f57205

View File

@ -636,7 +636,7 @@ void pll_start_sys(uint8_t ref_div,
uint8_t post_div_1, uint8_t post_div_2);
/**
* @brief Start the PLL for the system clock
* @brief Start the PLL for the USB clock
* output[MHz] = f_ref / @p ref_div * @p vco_feedback_scale / @p post_div_1 / @p post_div_2
*
* @note Usual setting should be (12 MHz, 1, 40, 5, 2) to get a 48 MHz USB clock signal