xiaoxiang781216 commented on issue #823: Run refresh.sh for all config
URL: https://github.com/apache/incubator-nuttx/pull/823#issuecomment-615845027
 
 
   > > I am not sure how the config changes could have caused this(?)
   > 
   > The config Xiang added made some code reference functions from the 
`isx012.c` file. However there is a typo in a cxd56 board make.defs, that file 
is not brought to the build.
   > 
   > ```makefile
   > ifeq ($(VIDEO_ISX012),y) # CONFIG_ is missing
   >   CSRCS += isx012.c
   > endif
   > ```
   > 
   > File in question: boards/arm/cxd56xx/drivers/camera/Make.defs
   
   Good finding, I will create a PR fix it.

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to