aboutsummaryrefslogtreecommitdiff
path: root/include/libopenstm32/rcc.h
diff options
context:
space:
mode:
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;