aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorliamstask <liamstask@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-05-20 02:22:51 +0000
committerliamstask <liamstask@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-05-20 02:22:51 +0000
commit394d8125d31d142eccca43add6daf38383085ff1 (patch)
tree5b8a50fb1280e0cc167a51b350288fec1732a3ba
parent44f6ca5c6166ec504951c9dbdedb6d593ebcc5c4 (diff)
downloadChibiOS-394d8125d31d142eccca43add6daf38383085ff1.tar.gz
ChibiOS-394d8125d31d142eccca43add6daf38383085ff1.tar.bz2
ChibiOS-394d8125d31d142eccca43add6daf38383085ff1.zip
* copy/paste error
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1941 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r--os/hal/platforms/STM32/hal_lld_f105_f107.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/platforms/STM32/hal_lld_f105_f107.h b/os/hal/platforms/STM32/hal_lld_f105_f107.h
index eba2faf4e..a260703a6 100644
--- a/os/hal/platforms/STM32/hal_lld_f105_f107.h
+++ b/os/hal/platforms/STM32/hal_lld_f105_f107.h
@@ -164,7 +164,7 @@
* @note The default value is calculated for a 72MHz system clock from
* a 25MHz crystal using both PLL and PLL2.
*/
-#if !defined(STM32_PLL2MUL) || defined(__DOXYGEN__)
+#if !defined(STM32_PLL2MUL_VALUE) || defined(__DOXYGEN__)
#define STM32_PLL2MUL_VALUE 8
#endif