aboutsummaryrefslogtreecommitdiff
path: root/nuttx/configs/px4fmu/include/board.h
diff options
context:
space:
mode:
authorpx4dev <px4@purgatory.org>2012-08-26 17:56:46 -0700
committerpx4dev <px4@purgatory.org>2012-08-26 17:56:46 -0700
commite352171029df7a88414adc61d9608dec839fce2d (patch)
treece2d2b7605e0b70ce0b67455959cff6728c40c57 /nuttx/configs/px4fmu/include/board.h
parent22b390a9eb994671191432339b692dabb3b4a0fc (diff)
downloadpx4-firmware-e352171029df7a88414adc61d9608dec839fce2d.tar.gz
px4-firmware-e352171029df7a88414adc61d9608dec839fce2d.tar.bz2
px4-firmware-e352171029df7a88414adc61d9608dec839fce2d.zip
Pull configurations into line with current NuttX layout.
Diffstat (limited to 'nuttx/configs/px4fmu/include/board.h')
-rwxr-xr-xnuttx/configs/px4fmu/include/board.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/px4fmu/include/board.h b/nuttx/configs/px4fmu/include/board.h
index 0db8580ba..994a3cfa5 100755
--- a/nuttx/configs/px4fmu/include/board.h
+++ b/nuttx/configs/px4fmu/include/board.h
@@ -106,7 +106,7 @@
#define STM32_PLLCFG_PLLM RCC_PLLCFG_PLLM(24)
#define STM32_PLLCFG_PLLN RCC_PLLCFG_PLLN(336)
#define STM32_PLLCFG_PLLP RCC_PLLCFG_PLLP_2
-#define STM32_PLLCFG_PPQ RCC_PLLCFG_PLLQ(7)
+#define STM32_PLLCFG_PLLQ RCC_PLLCFG_PLLQ(7)
#define STM32_SYSCLK_FREQUENCY 168000000ul