zephyr/drivers/console
Vincenzo Frascino f3a9241045 console: Fix unreachable code condition
This patch fixes an unreachable code condition in the uart_console
driver.

If UART_CONSOLE_DEBUG_SERVER_HOOKS was not defined
handled_by_debug_server in console_out was always 0.

This issue was reported by Coverity (CID 131627).

Change-Id: I4376c3e5b3e68220218df6aabd91b6a8900ca31f
Signed-off-by: Vincenzo Frascino <vincenzo.frascino@linaro.org>
2016-11-16 13:30:11 +00:00
..
shells shell: split kernel shell into separate module 2016-11-04 13:48:15 +00:00
Kconfig console : usb: USB UART console output support 2016-11-12 01:39:30 +00:00
Makefile
console_handler_shell.c console: Fix warnings related to the use of deprecated APIs 2016-11-11 14:50:58 +02:00
ipm_console_receiver.c drivers: update ipm driver to use unified kernel 2016-11-13 13:53:53 +00:00
ipm_console_sender.c drivers: update ipm driver to use unified kernel 2016-11-13 13:53:53 +00:00
ram_console.c kernel: deprecate old init levels 2016-11-09 17:59:44 +00:00
uart_console.c console: Fix unreachable code condition 2016-11-16 13:30:11 +00:00
uart_pipe.c