From da963d94f9a1b25b6b59486163a19b0509b49ce9 Mon Sep 17 00:00:00 2001 From: "David B. Kinder" Date: Sat, 16 Nov 2019 09:51:12 -0800 Subject: [PATCH] samples: remove CONFIG_SERIAL from blinky As noted in the issue #20666 discussion, though the console is not used by this sample app, it can't really be "disabled" using this Kconfig option, so remove the CONFIG_SERIAL=n line. Fixes: #20666 Signed-off-by: David B. Kinder --- samples/basic/blinky/prj.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/samples/basic/blinky/prj.conf b/samples/basic/blinky/prj.conf index 7bbd5afcc29..91c3c15b37d 100644 --- a/samples/basic/blinky/prj.conf +++ b/samples/basic/blinky/prj.conf @@ -1,2 +1 @@ CONFIG_GPIO=y -CONFIG_SERIAL=n