X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/27461546523862a3a76ee41f615f7ec2eed2195f..60fd0ff418566d85224f9841037ba01b77acc0d8:/Demos/Device/ClassDriver/MassStorageKeyboard/Descriptors.c?ds=inline diff --git a/Demos/Device/ClassDriver/MassStorageKeyboard/Descriptors.c b/Demos/Device/ClassDriver/MassStorageKeyboard/Descriptors.c index d3e4214fa..e8523f460 100644 --- a/Demos/Device/ClassDriver/MassStorageKeyboard/Descriptors.c +++ b/Demos/Device/ClassDriver/MassStorageKeyboard/Descriptors.c @@ -181,8 +181,8 @@ USB_Descriptor_Configuration_t PROGMEM ConfigurationDescriptor = { .Header = {.Size = sizeof(USB_Descriptor_Interface_t), .Type = DTYPE_Interface}, - .InterfaceNumber = 0x01, - .AlternateSetting = 0x00, + .InterfaceNumber = 1, + .AlternateSetting = 0, .TotalEndpoints = 1,