summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/stm32/stm32f20xxx_rcc.c
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-08-15 17:58:54 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-08-15 17:58:54 +0000
commit165225fde2020b456e0f84e019eba21f6acb3129 (patch)
treec4b6b6cd353d5f26b5a944e52be46c57dd89542c /nuttx/arch/arm/src/stm32/stm32f20xxx_rcc.c
parentc921d802cf0afe28a574157c1a66c1aebf280d3d (diff)
downloadpx4-nuttx-165225fde2020b456e0f84e019eba21f6acb3129.tar.gz
px4-nuttx-165225fde2020b456e0f84e019eba21f6acb3129.tar.bz2
px4-nuttx-165225fde2020b456e0f84e019eba21f6acb3129.zip
Some repartitioning of STM32 functionality to better support a USB host driver
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5028 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/arm/src/stm32/stm32f20xxx_rcc.c')
-rw-r--r--nuttx/arch/arm/src/stm32/stm32f20xxx_rcc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/arch/arm/src/stm32/stm32f20xxx_rcc.c b/nuttx/arch/arm/src/stm32/stm32f20xxx_rcc.c
index 8cfd405de..335992524 100644
--- a/nuttx/arch/arm/src/stm32/stm32f20xxx_rcc.c
+++ b/nuttx/arch/arm/src/stm32/stm32f20xxx_rcc.c
@@ -616,7 +616,7 @@ static void stm32_stdclockconfig(void)
/* Set the PLL dividers and multiplers to configure the main PLL */
regval = (STM32_PLLCFG_PLLM | STM32_PLLCFG_PLLN |STM32_PLLCFG_PLLP |
- RCC_PLLCFG_PLLSRC_HSE | STM32_PLLCFG_PPQ);
+ RCC_PLLCFG_PLLSRC_HSE | STM32_PLLCFG_PLLQ);
putreg32(regval, STM32_RCC_PLLCFG);
/* Enable the main PLL */