aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpx4dev <px4@purgatory.org>2013-01-08 00:08:06 -0800
committerpx4dev <px4@purgatory.org>2013-01-13 19:04:59 -0800
commit3725292e6244e7b14826b4b5e70160d4e17f7c1c (patch)
treeac8653e022f8bdcc6116d944c8f5d80dd03073e8
parent811790a14f567b1a58a4434c9fae0cf764e8fd2d (diff)
downloadpx4-firmware-3725292e6244e7b14826b4b5e70160d4e17f7c1c.tar.gz
px4-firmware-3725292e6244e7b14826b4b5e70160d4e17f7c1c.tar.bz2
px4-firmware-3725292e6244e7b14826b4b5e70160d4e17f7c1c.zip
Actually only one DMA on F100
-rw-r--r--nuttx/arch/arm/include/stm32/chip.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/arch/arm/include/stm32/chip.h b/nuttx/arch/arm/include/stm32/chip.h
index d01929e1c..2a05f92d7 100644
--- a/nuttx/arch/arm/include/stm32/chip.h
+++ b/nuttx/arch/arm/include/stm32/chip.h
@@ -73,7 +73,7 @@
# define STM32_NATIM 1 /* One advanced timer TIM1 */
# define STM32_NGTIM 3 /* 16-bit general timers TIM2,3,4 with DMA */
# define STM32_NBTIM 0 /* No basic timers */
-# define STM32_NDMA 2 /* DMA1-2 */
+# define STM32_NDMA 1 /* DMA1 only */
# define STM32_NSPI 2 /* SPI1-2 */
# define STM32_NI2S 0 /* No I2S (?) */
# define STM32_NUSART 3 /* USART1-3 */