From 573a27d90ad2f00bfd2c639d3018e65d29099071 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Thu, 24 Sep 2009 01:52:57 +0000 Subject: Fix incorrect names for the HID Host protocol setting routines. --- Demos/Host/ClassDriver/MouseHost/MouseHost.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Demos/Host/ClassDriver/MouseHost/MouseHost.c') diff --git a/Demos/Host/ClassDriver/MouseHost/MouseHost.c b/Demos/Host/ClassDriver/MouseHost/MouseHost.c index 7434e7c6e..ffeba5da5 100644 --- a/Demos/Host/ClassDriver/MouseHost/MouseHost.c +++ b/Demos/Host/ClassDriver/MouseHost/MouseHost.c @@ -99,7 +99,7 @@ int main(void) break; } - if (USB_HID_Host_SetBootProtocol(&Mouse_HID_Interface) != 0) + if (HID_Host_SetBootProtocol(&Mouse_HID_Interface) != 0) { printf("Could not Set Boot Protocol Mode.\r\n"); LEDs_SetAllLEDs(LEDMASK_USB_ERROR); -- cgit v1.2.3