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 <gerard@teslabs.com>
This commit is contained in:
Gerard Marull-Paretas 2024-10-28 09:01:25 +01:00 committed by Anas Nashif
commit ce4ce9986a

View file

@ -1,4 +1,3 @@
CONFIG_USE_SEGGER_RTT=y
CONFIG_CONSOLE=y
CONFIG_RTT_CONSOLE=y
CONFIG_UART_CONSOLE=n