raiden00pl commented on a change in pull request #22: Add FMC SDRAM for 
STM32H7x3 chip
URL: https://github.com/apache/incubator-nuttx/pull/22#discussion_r362405230
 
 

 ##########
 File path: arch/arm/src/stm32h7/Make.defs
 ##########
 @@ -141,6 +141,10 @@ ifeq ($(CONFIG_STM32H7_DMA),y)
 CHIP_CSRCS += stm32_dma.c
 endif
 
+ifeq ($(CONFIG_STM32H7_FMC),y)
+CHIP_CSRCS += stm32_fmc.c
+endifo
 
 Review comment:
   typo, I think it should be endif ;)

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to