aboutsummaryrefslogtreecommitdiff
path: root/include/libopenstm32/rcc.h
diff options
context:
space:
mode:
authorUwe Hermann2009-07-25 02:35:46 +0200
committerUwe Hermann2009-07-25 02:35:46 +0200
commitc26541c4c5e2766f4f20a70867cb46d043b9273c (patch)
tree63f09d9da5ffab385c992a0b9113c335cd442cea /include/libopenstm32/rcc.h
parent5ba3aae7d70ed223f035dbcc32fdc4d8b585ff1d (diff)
Some random cosmetic changes and additional comments.
Diffstat (limited to 'include/libopenstm32/rcc.h')
-rw-r--r--include/libopenstm32/rcc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/libopenstm32/rcc.h b/include/libopenstm32/rcc.h
index 0c544c6..649e03d 100644
--- a/include/libopenstm32/rcc.h
+++ b/include/libopenstm32/rcc.h
@@ -359,6 +359,8 @@
#define PREDIV2_DIV15 0xe
#define PREDIV2_DIV16 0xf
+/* --- Function prototypes ------------------------------------------------- */
+
typedef enum {
PLL, HSE, HSI, LSE, LSI
} osc_t;