From a6c9e2b4d9613d98d57af42c0040d266a651f651 Mon Sep 17 00:00:00 2001 From: Dean Date: Wed, 24 Nov 2010 13:57:44 +0000 Subject: Readd incomplete MIDIToneGenerator project, which can now correctly generate up to three simultaneous notes from MIDI channel 0. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1591 d5102386-fcda-11dd-9fdb-3debd5008f28 --- Bootloaders/CDC/BootloaderCDC.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Bootloaders/CDC/BootloaderCDC.c') diff --git a/Bootloaders/CDC/BootloaderCDC.c b/Bootloaders/CDC/BootloaderCDC.c index cb99a051..97a0f1b5 100644 --- a/Bootloaders/CDC/BootloaderCDC.c +++ b/Bootloaders/CDC/BootloaderCDC.c @@ -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); } -- cgit v1.2.3