zephyr/subsys/shell/backends
Yong Cong Sin 148317f075 shell/mqtt: Handle negative return value of wait
`wait()` returns the retval of `zsock_poll()` which can be
negative but is currently unhandled.

This patch make sure that the error will be handled.

Signed-off-by: Yong Cong Sin <yongcong.sin@gmail.com>
2022-09-07 10:30:16 +02:00
..
CMakeLists.txt
Kconfig.backends shell: suppress newlines on boot when promt is an empty string 2022-06-05 14:42:26 +02:00
shell_dummy.c subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
shell_mqtt.c shell/mqtt: Handle negative return value of wait 2022-09-07 10:30:16 +02:00
shell_rtt.c subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
shell_telnet_protocol.h
shell_telnet.c subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
shell_uart.c devices: constify device pointers initialized at compile time 2022-08-22 17:08:26 +02:00