From 44aea22949c40e76b8be6cb56acbd2b155043e6b Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Tue, 28 Aug 2012 20:09:14 +0000 Subject: Fixed logic hole breaking USB operations on a USB controller with only one supported USB mode and no USB_DEVICE_ONLY or USB_HOST_ONLY configuration token set. --- LUFA/Drivers/USB/Core/Events.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'LUFA/Drivers/USB/Core/Events.h') diff --git a/LUFA/Drivers/USB/Core/Events.h b/LUFA/Drivers/USB/Core/Events.h index f468b7e65..192869bf8 100644 --- a/LUFA/Drivers/USB/Core/Events.h +++ b/LUFA/Drivers/USB/Core/Events.h @@ -156,6 +156,12 @@ * This event is time-critical; exceeding OS-specific delays within this event handler (typically of around * 1 second) when a transaction is waiting to be processed by the device will prevent break communications * and cause the host to reset the USB bus. + * + * \note This event only exists on microcontrollers that supports USB host mode. + * \n\n + * + * \note This event does not exist if the \c USB_DEVICE_ONLY token is supplied to the compiler (see + * \ref Group_USBManagement documentation). */ void EVENT_USB_Host_DeviceEnumerationComplete(void); -- cgit v1.2.3