Add comment

main
Michael Hayes 13 years ago
parent 65119636de
commit 4222d1eeac

@ -48,6 +48,10 @@ int8_t
ir_uart_putc (char ch)
{
usart1_putc (ch);
/* The character gets echoed on the UCFK4 so we should
probably gobble it here. */
return 1;
}

Loading…
Cancel
Save