From 80e3f57205f3a0af9953ca52daf2c1378d197fbd Mon Sep 17 00:00:00 2001 From: Dylan Laduranty Date: Tue, 25 Apr 2023 21:02:54 +0200 Subject: [PATCH] cpu/rpx0xx: fix doc error in periph_cpu.h Signed-off-by: Dylan Laduranty --- cpu/rpx0xx/include/periph_cpu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpu/rpx0xx/include/periph_cpu.h b/cpu/rpx0xx/include/periph_cpu.h index bd6d40ff18..a0d7e0584d 100644 --- a/cpu/rpx0xx/include/periph_cpu.h +++ b/cpu/rpx0xx/include/periph_cpu.h @@ -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