From df5e3e5ff115af6c145d0d7ccd23631dffaeebd9 Mon Sep 17 00:00:00 2001 From: Karl Palsson Date: Tue, 22 Jan 2013 22:27:38 +0000 Subject: [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. --- include/libopencm3/stm32/l1/rcc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/libopencm3/stm32/l1/rcc.h') 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 #include -#include +#include /* --- RCC registers ------------------------------------------------------- */ -- cgit v1.2.3