zephyr/include/zephyr/shell
Tim Pambor 15ce6e0f01 shell: Fix warning for SHELL_SUBCMD_SET_END
The macro SHELL_SUBCMD_SET_END was defined as {NULL}, which triggers a
-Wmissing-field-initializers warning due to the missing 'help' field in
the shell_cmd struct. Replacing {NULL} with {0} silences the warning.

Signed-off-by: Tim Pambor <tim.pambor@codewrights.de>
2025-06-24 20:03:26 -10:00
..
shell_adsp_memory_window.h
shell_backend.h
shell_dummy.h
shell_fprintf.h
shell_history.h
shell_log_backend.h
shell_mqtt.h
shell_rpmsg.h
shell_rtt.h
shell_string_conv.h
shell_telnet.h
shell_types.h
shell_uart.h
shell_websocket.h net: http_server: allow specifying a fallback resource 2025-01-28 18:14:36 +01:00
shell.h shell: Fix warning for SHELL_SUBCMD_SET_END 2025-06-24 20:03:26 -10:00