Definition at line 135 of file uart.c.
{ CHAR c; loop_until_bit_is_set(USR, RXC); c = UDR; return (c); }