summaryrefslogtreecommitdiff
path: root/rcc/crs.h
diff options
context:
space:
mode:
Diffstat (limited to 'rcc/crs.h')
-rw-r--r--rcc/crs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rcc/crs.h b/rcc/crs.h
index 8c1cf68..758aa12 100644
--- a/rcc/crs.h
+++ b/rcc/crs.h
@@ -21,7 +21,7 @@ class CRS_t {
}
};
-#if defined(STM32L0)
+#if defined(STM32F0) || defined(STM32L0)
static CRS_t CRS(0x40006c00);
#endif