X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/f8353236821c2194f3fffd38c26f77d056e66555..ab238601b96e4d804640ccfef5a9bde51995da7f:/Demos/Device/ClassDriver/Keyboard/Keyboard.c?ds=inline diff --git a/Demos/Device/ClassDriver/Keyboard/Keyboard.c b/Demos/Device/ClassDriver/Keyboard/Keyboard.c index b3cc67e1e..68e3fbe1b 100644 --- a/Demos/Device/ClassDriver/Keyboard/Keyboard.c +++ b/Demos/Device/ClassDriver/Keyboard/Keyboard.c @@ -47,7 +47,7 @@ USB_ClassInfo_HID_Device_t Keyboard_HID_Interface = { .Config = { - .InterfaceNumber = 0, + .InterfaceNumber = INTERFACE_ID_Keyboard, .ReportINEndpoint = { .Address = KEYBOARD_EPADDR,