From ce4ce9986a81427d0996bc240d3a8bd4525d5e10 Mon Sep 17 00:00:00 2001 From: Gerard Marull-Paretas Date: Mon, 28 Oct 2024 09:01:25 +0100 Subject: [PATCH] snippets: rtt-console: do not disable SERIAL There's no point in disabling serial when enabling RTT. They are not incompatible between each other. Signed-off-by: Gerard Marull-Paretas --- snippets/rtt-console/rtt-console.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/snippets/rtt-console/rtt-console.conf b/snippets/rtt-console/rtt-console.conf index f05db56d94a..b5777654c09 100644 --- a/snippets/rtt-console/rtt-console.conf +++ b/snippets/rtt-console/rtt-console.conf @@ -1,4 +1,3 @@ CONFIG_USE_SEGGER_RTT=y CONFIG_CONSOLE=y CONFIG_RTT_CONSOLE=y -CONFIG_UART_CONSOLE=n