Altered the definition of the USB_Audio_Descriptor_Format_t descriptor so that the...
[pub/USBasp.git] / LUFA / Drivers / USB / Core / AVR8 / Host_AVR8.h
index 58d9804..2c2b506 100644 (file)
                         *
                         *  \return A value from the \ref USB_Host_SendControlErrorCodes_t enum to indicate the result.
                         */
-                       uint8_t USB_Host_SetInterfaceAltSetting(const uint8_t InterfaceNum,
+                       uint8_t USB_Host_SetInterfaceAltSetting(const uint8_t InterfaceIndex,
                                                                                                        const uint8_t AltSetting);
 
        /* Private Interface - For use in library only: */