aboutsummaryrefslogtreecommitdiff
path: root/lib/stm32/f1/rcc.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/stm32/f1/rcc.c')
-rw-r--r--lib/stm32/f1/rcc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stm32/f1/rcc.c b/lib/stm32/f1/rcc.c
index 13d93c4..ce45832 100644
--- a/lib/stm32/f1/rcc.c
+++ b/lib/stm32/f1/rcc.c
@@ -22,7 +22,7 @@
#include <libopencm3/stm32/f1/rcc.h>
#include <libopencm3/stm32/f1/flash.h>
-/* Set the default ppre1 and ppre2 peripheral clock frequencies after reset */
+/* Set the default ppre1 and ppre2 peripheral clock frequencies after reset. */
u32 rcc_ppre1_frequency = 8000000;
u32 rcc_ppre2_frequency = 8000000;