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.h tests: add zephyr uart driver api test case 2017-02-20 13:42:47 +00:00
test_uart_fifo.c cleanup: Use quote include instead of system include 2017-10-28 07:11:53 -04:00
test_uart_poll.c serial: Change poll_out signature 2018-11-29 10:18:59 -08:00