aboutsummaryrefslogtreecommitdiff
path: root/lib/stm32/f4/rcc.c
diff options
context:
space:
mode:
authorUwe Hermann2011-11-16 19:41:27 +0100
committerUwe Hermann2011-11-17 00:09:28 +0100
commit0d25aa3fcd31a6608e9b0144857661565de3b457 (patch)
tree754649198a965793897826430313ccd55d8c3849 /lib/stm32/f4/rcc.c
parent50f680f3f72badf0391c79d9a5071b759ab4ce98 (diff)
lib/stm32/f4: Coding-style fixes.
Diffstat (limited to 'lib/stm32/f4/rcc.c')
-rw-r--r--lib/stm32/f4/rcc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stm32/f4/rcc.c b/lib/stm32/f4/rcc.c
index 9acb618..313d192 100644
--- a/lib/stm32/f4/rcc.c
+++ b/lib/stm32/f4/rcc.c
@@ -23,7 +23,7 @@
#include <libopencm3/stm32/f4/pwr.h>
#include <libopencm3/stm32/f4/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 = 16000000;
u32 rcc_ppre2_frequency = 16000000;