Fix incorrect names for the HID Host protocol setting routines.
This commit is contained in:
parent
f0fcffd146
commit
573a27d90a
6 changed files with 10 additions and 10 deletions
|
@ -104,7 +104,7 @@ int main(void)
|
|||
break;
|
||||
}
|
||||
|
||||
if (USB_HID_Host_SetReportProtocol(&Keyboard_HID_Interface) != 0)
|
||||
if (HID_Host_SetReportProtocol(&Keyboard_HID_Interface) != 0)
|
||||
{
|
||||
printf("Error Setting Report Protocol Mode or Not a Valid Keyboard.\r\n");
|
||||
LEDs_SetAllLEDs(LEDMASK_USB_ERROR);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue