aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Host/ClassDriver/MouseHost/MouseHost.c
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-09-24 01:52:57 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-09-24 01:52:57 +0000
commit573a27d90ad2f00bfd2c639d3018e65d29099071 (patch)
treec8589c95adc33d9701ac9b982cd1d2b5284a76e5 /Demos/Host/ClassDriver/MouseHost/MouseHost.c
parentf0fcffd1466257a7e9432d9f7e3fbb06f5977fbb (diff)
downloadlufa-573a27d90ad2f00bfd2c639d3018e65d29099071.tar.gz
lufa-573a27d90ad2f00bfd2c639d3018e65d29099071.tar.bz2
lufa-573a27d90ad2f00bfd2c639d3018e65d29099071.zip
Fix incorrect names for the HID Host protocol setting routines.
Diffstat (limited to 'Demos/Host/ClassDriver/MouseHost/MouseHost.c')
-rw-r--r--Demos/Host/ClassDriver/MouseHost/MouseHost.c2
1 files changed, 1 insertions, 1 deletions
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);