diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-02-07 19:05:28 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-02-07 19:05:28 +0000 |
commit | 9a365f36841c0f5a2cd18c8881bff951a37f5d7d (patch) | |
tree | cfd1c73b6e64ce316878fc172ca6e0e3aab051b7 /os/hal/platforms | |
parent | b9f9993b7882efcb5840e6571f3807ce3ff756ef (diff) | |
download | ChibiOS-9a365f36841c0f5a2cd18c8881bff951a37f5d7d.tar.gz ChibiOS-9a365f36841c0f5a2cd18c8881bff951a37f5d7d.tar.bz2 ChibiOS-9a365f36841c0f5a2cd18c8881bff951a37f5d7d.zip |
Fixed bug 3485278.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3938 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms')
-rw-r--r-- | os/hal/platforms/STM32F1xx/hal_lld_f105_f107.h | 1 |
1 files changed, 1 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 9ca38657b..88193fa8a 100644 --- a/os/hal/platforms/STM32F1xx/hal_lld_f105_f107.h +++ b/os/hal/platforms/STM32F1xx/hal_lld_f105_f107.h @@ -703,6 +703,7 @@ /* PLL3 activation conditions.*/
#if STM32_I2S_CLOCK_REQUIRED || \
(STM32_MCOSEL == STM32_MCOSEL_PLL3DIV2) || \
+ (STM32_MCOSEL == STM32_MCOSEL_PLL3) || \
defined(__DOXYGEN__)
/**
* @brief PLL3 activation flag.
|