mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-07 10:25:22 +00:00
Most of the uart_console_isr() function is heavily indented. We can remove one level by converting: if (uart_irq_rx_ready(uart_console_dev)) { ... ... } to: if (!uart_irq_rx_ready(uart_console_dev)) { continue; } Change-Id: Ib2fe150490a8391de4001f29e4727431668853c4 Signed-off-by: Johan Hedberg <johan.hedberg@intel.com> |
||
---|---|---|
.. | ||
console_handler_shell.c | ||
ipi_console_receiver.c | ||
ipi_console_sender.c | ||
Kconfig | ||
Makefile | ||
ram_console.c | ||
uart_console_static_irq_stubs.S | ||
uart_console.c | ||
uart_pipe.c |