This is an automated email from the ASF dual-hosted git repository. gnutt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
commit 3c4be8710c8a781da2f4178651788205f354fa6c Author: Xiang Xiao <[email protected]> AuthorDate: Sat Apr 18 20:08:38 2020 +0800 Fix typo in boards/arm/cxd56xx/drivers/camera/Make.defs Signed-off-by: Xiang Xiao <[email protected]> --- boards/arm/cxd56xx/drivers/camera/Make.defs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/arm/cxd56xx/drivers/camera/Make.defs b/boards/arm/cxd56xx/drivers/camera/Make.defs index 8281784..dffad76 100644 --- a/boards/arm/cxd56xx/drivers/camera/Make.defs +++ b/boards/arm/cxd56xx/drivers/camera/Make.defs @@ -18,7 +18,7 @@ # ############################################################################ -ifeq ($(VIDEO_ISX012),y) +ifeq ($(CONFIG_VIDEO_ISX012),y) CSRCS += isx012.c endif
