aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/STM32/STM32F7xx/hal_lld.h
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2015-11-12 09:46:25 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2015-11-12 09:46:25 +0000
commit26a6a598bf2b73bb93ea86bfa62cf3e170fa2687 (patch)
tree11ffe456dff713c27a83c39d3b85440ae7614168 /os/hal/ports/STM32/STM32F7xx/hal_lld.h
parent72be4434be159cfa106c79fa200c33a67dc3549d (diff)
downloadChibiOS-26a6a598bf2b73bb93ea86bfa62cf3e170fa2687.tar.gz
ChibiOS-26a6a598bf2b73bb93ea86bfa62cf3e170fa2687.tar.bz2
ChibiOS-26a6a598bf2b73bb93ea86bfa62cf3e170fa2687.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8470 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/ports/STM32/STM32F7xx/hal_lld.h')
-rw-r--r--os/hal/ports/STM32/STM32F7xx/hal_lld.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/os/hal/ports/STM32/STM32F7xx/hal_lld.h b/os/hal/ports/STM32/STM32F7xx/hal_lld.h
index f1c4bbfef..2bfa75978 100644
--- a/os/hal/ports/STM32/STM32F7xx/hal_lld.h
+++ b/os/hal/ports/STM32/STM32F7xx/hal_lld.h
@@ -1043,6 +1043,10 @@
#error "LSE not enabled, required by STM32_RTCSEL"
#endif
+#if STM32_MCO1SEL == STM32_MCO1SEL_LSE
+#error "LSE not enabled, required by STM32_MCO1SEL"
+#endif
+
#endif /* !STM32_LSE_ENABLED */
/**