aboutsummaryrefslogtreecommitdiff
path: root/lib/stm32/l1/rcc.c
diff options
context:
space:
mode:
authorKarl Palsson2013-01-22 21:51:24 +0000
committerKarl Palsson2013-01-22 21:51:24 +0000
commit48eed286b98c6f5389c91be4a82e4e2bef6fc99d (patch)
tree45a96d5286fd031da2c76a555daf16e0de2d8139 /lib/stm32/l1/rcc.c
parent20bfcaeb1c773012f1c41e004915b72f6abba352 (diff)
[l1] fix whitespace and missing license info
Earlier additions to the L1 support were not correctly using linux coding guidelines as specified in /HACKING. Some examples were also missing license information.
Diffstat (limited to 'lib/stm32/l1/rcc.c')
-rw-r--r--lib/stm32/l1/rcc.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/stm32/l1/rcc.c b/lib/stm32/l1/rcc.c
index bbba9a9..4864731 100644
--- a/lib/stm32/l1/rcc.c
+++ b/lib/stm32/l1/rcc.c
@@ -29,8 +29,7 @@
u32 rcc_ppre1_frequency = 2097000;
u32 rcc_ppre2_frequency = 2097000;
-const clock_scale_t clock_vrange1_config[CLOCK_VRANGE1_END] =
-{
+const clock_scale_t clock_vrange1_config[CLOCK_VRANGE1_END] ={
{ /* 24MHz PLL from HSI */
.pll_source = RCC_CFGR_PLLSRC_HSI_CLK,
.pll_mul = RCC_CFGR_PLLMUL_MUL3,