From 8bf7478e2c1dd870efc9c41dd63c0490d4cade54 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sat, 1 Nov 2014 17:16:15 -0600 Subject: [PATCH] Remove duplicate getopt() in BAS --- configs/sim/bas/defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/sim/bas/defconfig b/configs/sim/bas/defconfig index a022cf5737..2bc077192b 100644 --- a/configs/sim/bas/defconfig +++ b/configs/sim/bas/defconfig @@ -469,7 +469,7 @@ CONFIG_BUILTIN_PROXY_STACKSIZE=1024 # CONFIG_EXAMPLES_ELF is not set # CONFIG_EXAMPLES_FTPC is not set # CONFIG_EXAMPLES_FTPD is not set -CONFIG_EXAMPLES_HELLO=y +# CONFIG_EXAMPLES_HELLO is not set # CONFIG_EXAMPLES_HELLOXX is not set # CONFIG_EXAMPLES_JSON is not set # CONFIG_EXAMPLES_HIDKBD is not set