Move out many of the common class driver constants into grouped enums, to make them...
[pub/lufa.git] / Demos / Host / ClassDriver / MouseHost / MouseHost.c
index a03381c..d76f048 100644 (file)
@@ -50,7 +50,7 @@ USB_ClassInfo_HID_Host_t Mouse_HID_Interface =
                                .DataOUTPipeNumber      = 2,
                                .DataOUTPipeDoubleBank  = false,
                                
-                               .HIDInterfaceProtocol   = HID_BOOT_MOUSE_PROTOCOL,
+                               .HIDInterfaceProtocol   = HID_BOOTP_MouseBootProtocol,
                        },
        };