Fixed CDC and RNDIS host demos and class drivers - bidirectional endpoints should...
[pub/USBasp.git] / Projects / AVRISP-MKII / Lib / XPROG / XPROGTarget.c
index 2b733d3..01c861f 100644 (file)
@@ -199,7 +199,7 @@ void XPROGTarget_EnableTargetTPI(void)
        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