diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-08-21 14:10:46 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-08-21 14:10:46 +0000 |
commit | bfdc6428f1badde0f93e1aac5bfbca9ddb525476 (patch) | |
tree | 25da2e7003f512e3a5ac03a2cb18661b80e5633d /os/hal/platforms/STM32F1xx | |
parent | 2e0cea4fc073049735fb7d9acb59f659a5682726 (diff) | |
download | ChibiOS-bfdc6428f1badde0f93e1aac5bfbca9ddb525476.tar.gz ChibiOS-bfdc6428f1badde0f93e1aac5bfbca9ddb525476.tar.bz2 ChibiOS-bfdc6428f1badde0f93e1aac5bfbca9ddb525476.zip |
Added ID to STM32F107 mcuconf files.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4604 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/STM32F1xx')
-rw-r--r-- | os/hal/platforms/STM32F1xx/hal_lld_f105_f107.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/os/hal/platforms/STM32F1xx/hal_lld_f105_f107.h b/os/hal/platforms/STM32F1xx/hal_lld_f105_f107.h index 5b641dfcf..c33569b23 100644 --- a/os/hal/platforms/STM32F1xx/hal_lld_f105_f107.h +++ b/os/hal/platforms/STM32F1xx/hal_lld_f105_f107.h @@ -586,6 +586,13 @@ /*===========================================================================*/
/*
+ * Configuration-related checks.
+ */
+#if !defined(STM32F107_MCUCONF)
+#error "Using a wrong mcuconf.h file, STM32F107_MCUCONF not defined"
+#endif
+
+/*
* HSI related checks.
*/
#if STM32_HSI_ENABLED
|