[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.
This commit is contained in:
Karl Palsson
2013-01-22 22:27:38 +00:00
parent 48eed286b9
commit df5e3e5ff1
12 changed files with 446 additions and 135 deletions

View File

@@ -23,7 +23,7 @@
#include <libopencm3/stm32/l1/rcc.h>
#include <libopencm3/stm32/l1/flash.h>
#include <libopencm3/stm32/l1/pwr.h>
#include <libopencm3/stm32/pwr.h>
/* Set the default ppre1 and ppre2 peripheral clock frequencies after reset. */
u32 rcc_ppre1_frequency = 2097000;