aboutsummaryrefslogtreecommitdiff
path: root/include/libopencm3/stm32/l1/rcc.h
diff options
context:
space:
mode:
authorKarl Palsson2013-01-22 22:27:38 +0000
committerKarl Palsson2013-01-22 22:55:19 +0000
commitdf5e3e5ff115af6c145d0d7ccd23631dffaeebd9 (patch)
treeef3e64b888a64f7e18f8a24fd1af1e2159fffd78 /include/libopencm3/stm32/l1/rcc.h
parent48eed286b98c6f5389c91be4a82e4e2bef6fc99d (diff)
[l1] PWR: fix style for common code
Code added for L1 to support the PWR Control block didn't properly follow the HACKING_COMMON_DOC guidelines. The naming was wrong, and some headers were missing. This commit has no functional changes, it only addresses the style and structure problems.
Diffstat (limited to 'include/libopencm3/stm32/l1/rcc.h')
-rw-r--r--include/libopencm3/stm32/l1/rcc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libopencm3/stm32/l1/rcc.h b/include/libopencm3/stm32/l1/rcc.h
index 21b073b..f301ce3 100644
--- a/include/libopencm3/stm32/l1/rcc.h
+++ b/include/libopencm3/stm32/l1/rcc.h
@@ -46,7 +46,7 @@ LGPL License Terms @ref lgpl_license
#include <libopencm3/stm32/memorymap.h>
#include <libopencm3/cm3/common.h>
-#include <libopencm3/stm32/l1/pwr.h>
+#include <libopencm3/stm32/pwr.h>
/* --- RCC registers ------------------------------------------------------- */