zephyr/include/shell
Bradley Bolen 3c0c1bfa8d shell: Fix checks of Kconfig options
The compiler was generating errors of the form
error: "CONFIG_LOG" is not defined, evaluates to 0 [-Werror=undef]
when -Wundef is used and the config option was turned off.  Change
several #if checks to #ifdef.

Signed-off-by: Bradley Bolen <bbolen@lexmark.com>
2019-05-17 15:46:18 -07:00
..
shell_dummy.h
shell_fprintf.h
shell_history.h shell: Fix checks of Kconfig options 2019-05-17 15:46:18 -07:00
shell_log_backend.h shell: Fix checks of Kconfig options 2019-05-17 15:46:18 -07:00
shell_rtt.h
shell_telnet.h shell: Add TELNET backend 2019-04-01 10:26:13 -04:00
shell_types.h
shell_uart.h
shell.h shell: Fix checks of Kconfig options 2019-05-17 15:46:18 -07:00