X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/654baf7d609963cf25da328f2b3fc8ced0eaf68a..e615d4e8b9da2da9dc4d0ebd7e02ec389501fee8:/Demos/Device/ClassDriver/MIDI/MIDI.txt diff --git a/Demos/Device/ClassDriver/MIDI/MIDI.txt b/Demos/Device/ClassDriver/MIDI/MIDI.txt index 9ac3d9ea8..97a92a190 100644 --- a/Demos/Device/ClassDriver/MIDI/MIDI.txt +++ b/Demos/Device/ClassDriver/MIDI/MIDI.txt @@ -15,8 +15,8 @@ * \li Series 4 USB AVRs (ATMEGAxxU4) * \li Series 2 USB AVRs (AT90USBxx2, ATMEGAxxU2) * \li Series AU XMEGA AVRs (ATXMEGAxxxAxU) - * \li Series B XMEGA AVRs (ATXMEGAxxxBxU) - * \li Series C XMEGA AVRs (ATXMEGAxxxCxU) + * \li Series B XMEGA AVRs (ATXMEGAxxxBx) + * \li Series C XMEGA AVRs (ATXMEGAxxxCx) * * \section Sec_Info USB Information: * @@ -58,7 +58,7 @@ * MIDI program supporting MIDI IN devices. * * If the HWB is not pressed, channel 1 (default piano) is used. If - * the HWB is set, then channel 10 (default percussion) is selected. + * the HWB is pressed, then channel 10 (default percussion) is selected. * * This device implements MIDI-THRU mode, with the IN MIDI data being * generated by the device itself. OUT MIDI data is discarded.