You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2020/04/03 11:43:23 UTC

[GitHub] [incubator-nuttx] davids5 commented on a change in pull request #706: stm32h7:SPI Add buffers for DMA & and FIX DMA

davids5 commented on a change in pull request #706: stm32h7:SPI Add buffers for DMA & and FIX DMA
URL: https://github.com/apache/incubator-nuttx/pull/706#discussion_r402946084
 
 

 ##########
 File path: arch/arm/src/stm32h7/stm32_spi.c
 ##########
 @@ -489,9 +577,14 @@ static struct stm32_spidev_s g_spi4dev =
 #ifdef CONFIG_STM32H7_SPI_INTERRUPTS
   .spiirq   = STM32_IRQ_SPI4,
 #endif
-#ifdef CONFIG_STM32H7_SPI_DMA
+#ifdef CONFIG_STM32H7_SPI3_DMA
 
 Review comment:
   ```suggestion
   #ifdef CONFIG_STM32H7_SPI4_DMA
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services