Fix incorrect names for the HID Host protocol setting routines.

This commit is contained in:
Dean Camera 2009-09-24 01:52:57 +00:00
parent f0fcffd146
commit 573a27d90a
6 changed files with 10 additions and 10 deletions

View file

@ -104,7 +104,7 @@ int main(void)
break;
}
if (USB_HID_Host_SetReportProtocol(&Mouse_HID_Interface) != 0)
if (HID_Host_SetReportProtocol(&Mouse_HID_Interface) != 0)
{
printf("Error Setting Report Protocol Mode or Not a Valid Mouse.\r\n");
LEDs_SetAllLEDs(LEDMASK_USB_ERROR);