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/17 22:08:54 UTC

[GitHub] [incubator-nuttx] Ouss4 commented on issue #823: Run refresh.sh for all config

Ouss4 commented on issue #823: Run refresh.sh for all config
URL: https://github.com/apache/incubator-nuttx/pull/823#issuecomment-615485750
 
 
   > 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.
   ```make
   ifeq ($(VIDEO_ISX012),y) # CONFIG_ is missing
     CSRCS += isx012.c
   endif
   ```
   
   File in question: boards/arm/cxd56xx/drivers/camera/Make.defs
   

----------------------------------------------------------------
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