Fix incorrect Event call name in USBInterrupt.c.

This commit is contained in:
Dean Camera 2009-08-05 07:18:08 +00:00
parent c5038f1bf4
commit 042d3288ad
4 changed files with 9 additions and 8 deletions

View file

@ -209,7 +209,7 @@ ISR(USB_GEN_vect, ISR_BLOCK)
USB_INT_Clear(USB_INT_IDTI);
if (USB_DeviceState != DEVICE_STATE_Unattached)
EVENT_USB_Disconnect();
EVENT_USB_Device_Disconnect();
if (USB_HostState != HOST_STATE_Unattached)
EVENT_USB_Host_DeviceUnattached();