X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/800485bd95de4287006a0d0aa099bc510e929531..713670043a1edb714461fc83c2b8817f3db99961:/Demos/DualRole/ClassDriver/MouseHostDevice/HostFunctions.c diff --git a/Demos/DualRole/ClassDriver/MouseHostDevice/HostFunctions.c b/Demos/DualRole/ClassDriver/MouseHostDevice/HostFunctions.c index dfd67ae62..4e794dcf2 100644 --- a/Demos/DualRole/ClassDriver/MouseHostDevice/HostFunctions.c +++ b/Demos/DualRole/ClassDriver/MouseHostDevice/HostFunctions.c @@ -47,7 +47,7 @@ USB_ClassInfo_HID_Host_t Mouse_HID_Host_Interface = .DataINPipeNumber = 1, .DataOUTPipeNumber = 2, - .HIDInterfaceProtocol = HID_BOOT_MOUSE_PROTOCOL, + .HIDInterfaceProtocol = HID_BOOTP_MouseBootProtocol, }, };