X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/bcb627e1a1bb9f013670d981ead2db97d7c70608..137ce280c1e9c33e9393f1dfd6bb160c131bd1a4:/Demos/DualRole/ClassDriver/MouseHostDevice/MouseHostDevice.c diff --git a/Demos/DualRole/ClassDriver/MouseHostDevice/MouseHostDevice.c b/Demos/DualRole/ClassDriver/MouseHostDevice/MouseHostDevice.c index 16c8953dc..59c94df9b 100644 --- a/Demos/DualRole/ClassDriver/MouseHostDevice/MouseHostDevice.c +++ b/Demos/DualRole/ClassDriver/MouseHostDevice/MouseHostDevice.c @@ -53,7 +53,7 @@ int main(void) /* Determine which USB mode we are currently in */ if (USB_CurrentMode == USB_MODE_Host) { - MouseHostTask(); + MouseHost_Task(); HID_Host_USBTask(&Mouse_HID_Host_Interface); } else