Browse Source

Actually only one DMA on F100

sbg
px4dev 12 years ago
parent
commit
3725292e62
  1. 2
      nuttx/arch/arm/include/stm32/chip.h

2
nuttx/arch/arm/include/stm32/chip.h

@ -73,7 +73,7 @@ @@ -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 */

Loading…
Cancel
Save