From 44f6ca5c6166ec504951c9dbdedb6d593ebcc5c4 Mon Sep 17 00:00:00 2001 From: liamstask Date: Thu, 20 May 2010 02:11:19 +0000 Subject: * another very slight typo git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1940 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/platforms/STM32/hal_lld_f105_f107.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os') 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 -- cgit v1.2.3