DDRD |= (1 << 5) | (1 << 3);\r
DDRD &= ~(1 << 2);\r
\r
- /* Set up the synchronous USART for XMEGA communications - \r
+ /* Set up the synchronous USART for TINY communications - \r
8 data bits, even parity, 2 stop bits */\r
UBRR1 = (F_CPU / 500000UL);\r
UCSR1B = (1 << TXEN1);\r