#include <uart.h>
#include <uart_defs.h>
#include <uart_private.h>
Go to the source code of this file.
Functions | |
int | uart_recv (uint8_t num) |
int uart_recv | ( | uint8_t | num | ) |
uart_recv returns the next character, taken from the fifo (if any). If there is nothing to read, the function waits until something come on the uart.
Definition at line 29 of file uart_recv.c.
References parse_doc::elt, and uart_recv_nowait().