Readd incomplete MIDIToneGenerator project, which can now correctly generate up to...
[pub/USBasp.git] / Bootloaders / CDC / BootloaderCDC.c
index cb99a05..97a0f1b 100644 (file)
@@ -319,7 +319,7 @@ static void WriteNextResponseByte(const uint8_t Response)
                }
        }
 
-       /* Write the next byte to the OUT endpoint */
+       /* Write the next byte to the IN endpoint */
        Endpoint_Write_Byte(Response);
 }