summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm3220g-eval/include
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/configs/stm3220g-eval/include
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/configs/stm3220g-eval/include')
-rw-r--r--nuttx/configs/stm3220g-eval/include/board.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/configs/stm3220g-eval/include/board.h b/nuttx/configs/stm3220g-eval/include/board.h
index dc2f04b9e..c70946000 100644
--- a/nuttx/configs/stm3220g-eval/include/board.h
+++ b/nuttx/configs/stm3220g-eval/include/board.h
@@ -77,7 +77,7 @@
* PLLM : 25 (STM32_PLLCFG_PLLM)
* PLLN : 240 (STM32_PLLCFG_PLLN)
* PLLP : 2 (STM32_PLLCFG_PLLP)
- * PLLQ : 5 (STM32_PLLCFG_PPQ)
+ * PLLQ : 5 (STM32_PLLCFG_PLLQ)
* Main regulator output voltage : Scale1 mode Needed for high speed SYSCLK
* Flash Latency(WS) : 5
* Prefetch Buffer : OFF
@@ -117,7 +117,7 @@
#define STM32_PLLCFG_PLLM RCC_PLLCFG_PLLM(25)
#define STM32_PLLCFG_PLLN RCC_PLLCFG_PLLN(240)
#define STM32_PLLCFG_PLLP RCC_PLLCFG_PLLP_2
-#define STM32_PLLCFG_PPQ RCC_PLLCFG_PLLQ(5)
+#define STM32_PLLCFG_PLLQ RCC_PLLCFG_PLLQ(5)
#define STM32_SYSCLK_FREQUENCY 120000000ul