Added const modifiers to device mode class drivers.
[pub/lufa.git] / LUFA / Drivers / USB / Class / Common / MIDI.h
index dfeadb0..7dfb0e7 100644 (file)
@@ -71,7 +71,7 @@
                /** Convenience macro. MIDI channels are numbered from 1-10 (natural numbers) however the logical channel\r
                 *  addresses are zero-indexed. This converts a natural MIDI channel number into the logical channel address.\r
                 *\r
-                *  \param channel  MIDI channel number to address\r
+                *  \param[in] channel  MIDI channel number to address\r
                 */\r
                #define MIDI_CHANNEL(channel)        (channel - 1)\r
                \r