aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/STM32F1xx
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-08-22 07:49:15 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-08-22 07:49:15 +0000
commitf6987f9e0027b8c3d9120c1daf4d1083c299eca6 (patch)
treedb13d5f31dccef89470e03c92e35c44d058a7a3e /os/hal/platforms/STM32F1xx
parent731ff282811d9f7dd10470fbe80cc2cdfd16c599 (diff)
downloadChibiOS-f6987f9e0027b8c3d9120c1daf4d1083c299eca6.tar.gz
ChibiOS-f6987f9e0027b8c3d9120c1daf4d1083c299eca6.tar.bz2
ChibiOS-f6987f9e0027b8c3d9120c1daf4d1083c299eca6.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4612 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/STM32F1xx')
-rw-r--r--os/hal/platforms/STM32F1xx/hal_lld_f100.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/os/hal/platforms/STM32F1xx/hal_lld_f100.h b/os/hal/platforms/STM32F1xx/hal_lld_f100.h
index 4cf678935..65b116993 100644
--- a/os/hal/platforms/STM32F1xx/hal_lld_f100.h
+++ b/os/hal/platforms/STM32F1xx/hal_lld_f100.h
@@ -640,6 +640,13 @@
/*===========================================================================*/
/*
+ * Configuration-related checks.
+ */
+#if !defined(STM32F100_MCUCONF)
+#error "Using a wrong mcuconf.h file, STM32F100_MCUCONF not defined"
+#endif
+
+/*
* HSI related checks.
*/
#if STM32_HSI_ENABLED