zephyr/tests/drivers/uart/uart_basic_api/src
Flavio Ceolin 98d03266f1 serial: Change poll_out signature
poll_out function was returning the character that was sent. It
happens that it is always constant and the return of this functions is
never tested. Changing it to be a void function.

MISRA-C rule 17.7

Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
2018-11-29 10:18:59 -08:00
..
main.c tests: shell: migrate tests to the new shell 2018-11-22 11:32:29 +01:00
test_uart_fifo.c
test_uart_poll.c serial: Change poll_out signature 2018-11-29 10:18:59 -08:00
test_uart.h