This is an automated email from the ASF dual-hosted git repository. jerpelea pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
commit 0bd5dda2a34ee7657e2785246e7c1462ddc109da Author: Masayuki Ishikawa <[email protected]> AuthorDate: Thu May 14 19:48:18 2020 +0900 boards: spresense: Remove CONFIG_EXAMPLES_FTPC=y to avoid compile error on CI Signed-off-by: Masayuki Ishikawa <[email protected]>> --- boards/arm/cxd56xx/spresense/configs/wifi/defconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/boards/arm/cxd56xx/spresense/configs/wifi/defconfig b/boards/arm/cxd56xx/spresense/configs/wifi/defconfig index a656ab5..035245b 100644 --- a/boards/arm/cxd56xx/spresense/configs/wifi/defconfig +++ b/boards/arm/cxd56xx/spresense/configs/wifi/defconfig @@ -32,7 +32,6 @@ CONFIG_DEBUG_FULLOPT=y CONFIG_DEBUG_SYMBOLS=y CONFIG_DRIVERS_WIRELESS=y CONFIG_ELF=y -CONFIG_EXAMPLES_FTPC=y CONFIG_EXAMPLES_FTPD=y CONFIG_EXAMPLES_HELLO=m CONFIG_EXAMPLES_TCPBLASTER=y
