diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2010-11-24 13:57:44 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2010-11-24 13:57:44 +0000 |
commit | 857a82674f1e15b3a8394a61ea3592e4d5e9afe5 (patch) | |
tree | e8eab3d66fcb3eeae61b92616ce384496eea8f6d /Bootloaders/CDC | |
parent | 423d4018f0be89a703832669c3d65b162fc437f3 (diff) | |
download | lufa-857a82674f1e15b3a8394a61ea3592e4d5e9afe5.tar.gz lufa-857a82674f1e15b3a8394a61ea3592e4d5e9afe5.tar.bz2 lufa-857a82674f1e15b3a8394a61ea3592e4d5e9afe5.zip |
Readd incomplete MIDIToneGenerator project, which can now correctly generate up to three simultaneous notes from MIDI channel 0.
Diffstat (limited to 'Bootloaders/CDC')
-rw-r--r-- | Bootloaders/CDC/BootloaderCDC.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bootloaders/CDC/BootloaderCDC.c b/Bootloaders/CDC/BootloaderCDC.c index cb99a051b..97a0f1b55 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); } |