From 85eed31443e60ecaf760d1212a5ec13991755585 Mon Sep 17 00:00:00 2001 From: wangjianyu3 Date: Thu, 14 Nov 2024 11:58:43 +0800 Subject: [PATCH] mps3-an547:ap: Disable cmd_wait() as it depends on procfs currently More details please see https://github.com/apache/nuttx-apps/pull/2848 Signed-off-by: wangjianyu3 --- boards/arm/mps/mps3-an547/configs/ap/defconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/boards/arm/mps/mps3-an547/configs/ap/defconfig b/boards/arm/mps/mps3-an547/configs/ap/defconfig index 4791167167..43cf502c70 100644 --- a/boards/arm/mps/mps3-an547/configs/ap/defconfig +++ b/boards/arm/mps/mps3-an547/configs/ap/defconfig @@ -65,7 +65,6 @@ # CONFIG_NSH_DISABLE_UNSET is not set # CONFIG_NSH_DISABLE_UPTIME is not set # CONFIG_NSH_DISABLE_USLEEP is not set -# CONFIG_NSH_DISABLE_WAIT is not set # CONFIG_NSH_DISABLE_WGET is not set # CONFIG_NSH_DISABLE_XD is not set CONFIG_ARCH="arm"