zephyr/include/shell
Krzysztof Chruscinski 279e5b45b8 shell: Fix SHELL_COND_CMD_ARG_REGISTER macro with NULL handler
Macro was failing when handler was NULL and else case was
hit because of attempt to concatenate with handler which was
set to NULL (which is ((void *)0)).

Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>
2020-02-01 08:10:06 -05:00
..
shell_dummy.h
shell_fprintf.h
shell_history.h doc: fix misspelling in API doxygen comments 2019-10-29 06:00:14 +01:00
shell_log_backend.h shell: fix configuration issue 2019-10-01 09:24:02 -04:00
shell_rtt.h
shell_telnet.h shell: Add TELNET backend 2019-04-01 10:26:13 -04:00
shell_types.h global: Remove leading/trailing blank lines in files 2019-12-11 19:17:27 +01:00
shell_uart.h cleanup: include/: move ring_buffer.h to sys/ring_buffer.h 2019-06-27 22:55:49 -04:00
shell.h shell: Fix SHELL_COND_CMD_ARG_REGISTER macro with NULL handler 2020-02-01 08:10:06 -05:00