Added multiple Report ID support to the HID class driver. Removed OUT endpoint suppor...
[pub/USBasp.git] / LUFA / Drivers / USB / Class / Device / MIDI.h
index b2294d8..08a530a 100644 (file)
@@ -76,7 +76,7 @@
                /** MIDI command for a note off (deactivation) event */\r
                #define MIDI_COMMAND_NOTE_OFF       0x08\r
 \r
-               /** Standard key press velocity value used for all note events, as no pressure sensor is mounted */\r
+               /** Standard key press velocity value used for all note events */\r
                #define MIDI_STANDARD_VELOCITY      64\r
                \r
                /** Convenience macro. MIDI channels are numbered from 1-10 (natural numbers) however the logical channel\r