zephyr/subsys/shell/backends
Ederson de Souza 049b67aca9 subsys/shell/backends: Fix shell_telnet.c build with clang
It declares a variable inside a switch statement without brackets to
properly delimit the scope, making clang barf. This patch adds them.

Signed-off-by: Ederson de Souza <ederson.desouza@intel.com>
2023-11-03 20:04:08 -04:00
..
CMakeLists.txt
Kconfig.backends shell: backends: telnet: Added support for echo option 2023-11-03 11:46:08 +01:00
shell_dummy.c
shell_mqtt.c net: conn_mgr: Rename connectivity monitor 2023-08-29 16:13:37 +02:00
shell_rtt.c
shell_telnet_protocol.h
shell_telnet.c subsys/shell/backends: Fix shell_telnet.c build with clang 2023-11-03 20:04:08 -04:00
shell_uart.c