From 08dc7dac1c0bf2c5b643a90a70df7e0a6353d39c Mon Sep 17 00:00:00 2001 From: Adam Heinrich Date: Sat, 30 Sep 2017 13:49:20 +0200 Subject: [PATCH] stm32f1: rcc: Fix number of wait states in comment to match the code Signed-off-by: Adam Heinrich --- lib/stm32/f1/rcc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/stm32/f1/rcc.c b/lib/stm32/f1/rcc.c index 3db39f23..69041d7c 100644 --- a/lib/stm32/f1/rcc.c +++ b/lib/stm32/f1/rcc.c @@ -744,7 +744,7 @@ void rcc_clock_setup_in_hsi_out_24mhz(void) rcc_set_ppre2(RCC_CFGR_PPRE2_HCLK_NODIV); /* Set. 24MHz Max. 24MHz */ /* - * Sysclk is (will be) running with 24MHz -> 2 waitstates. + * Sysclk is (will be) running with 24MHz -> 0 waitstates. * 0WS from 0-24MHz * 1WS from 24-48MHz * 2WS from 48-72MHz