aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorliamstask <liamstask@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-05-20 02:11:19 +0000
committerliamstask <liamstask@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-05-20 02:11:19 +0000
commit44f6ca5c6166ec504951c9dbdedb6d593ebcc5c4 (patch)
tree9fec0783881fe7145fa0a83c572f7c0c5ed85bcd
parent2339cb107c734847356fa9ddb4dd119001499baf (diff)
downloadChibiOS-44f6ca5c6166ec504951c9dbdedb6d593ebcc5c4.tar.gz
ChibiOS-44f6ca5c6166ec504951c9dbdedb6d593ebcc5c4.tar.bz2
ChibiOS-44f6ca5c6166ec504951c9dbdedb6d593ebcc5c4.zip
* another very slight typo
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1940 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 dd00826b6..eba2faf4e 100644
--- a/os/hal/platforms/STM32/hal_lld_f105_f107.h
+++ b/os/hal/platforms/STM32/hal_lld_f105_f107.h
@@ -121,7 +121,7 @@
* @note The default value is calculated for a 72MHz system clock from
* a 25MHz crystal using both PLL and PLL2.
*/
-#if !defined(STM32_PREDIV1SCR) || defined(__DOXYGEN__)
+#if !defined(STM32_PREDIV1SRC) || defined(__DOXYGEN__)
#define STM32_PREDIV1SRC STM32_PREDIV1SRC_PLL2
#endif