Deleted StdDescriptors.c, renamed USB_GetDescriptor() to CALLBACK_USB_GetDescriptor...
[pub/lufa.git] / LUFA / Drivers / USB / HighLevel / Events.h
index 464f21a..e6d2bea 100644 (file)
                         *        \ref Group_USBManagement documentation).\r
                         */\r
                        void EVENT_USB_Reset(void);\r
-                       \r
-                       /** Event for USB device mode error. This event fires when the USB interface is in device mode,\r
-                        *  and an error occurs which prevents it from operating normally.\r
-                        *\r
-                        *  \param ErrorCode  Error code indicating the source of the error, a value in\r
-                        *                    \ref USB_Device_ErrorCodes_t\r
-                        *\r
-                        *  \note This event does not exist if the USB_HOST_ONLY token is supplied to the compiler (see\r
-                        *        \ref Group_USBManagement documentation).\r
-                        */\r
-                       void EVENT_USB_DeviceError(const uint8_t ErrorCode);\r
                #endif\r
                \r
        /* Private Interface - For use in library only: */\r
                                void EVENT_USB_Suspend(void) ATTR_WEAK ATTR_ALIAS(USB_Event_Stub);\r
                                void EVENT_USB_WakeUp(void) ATTR_WEAK ATTR_ALIAS(USB_Event_Stub);\r
                                void EVENT_USB_Reset(void) ATTR_WEAK ATTR_ALIAS(USB_Event_Stub);\r
-                               void EVENT_USB_DeviceError(const uint8_t ErrorCode) ATTR_WEAK ATTR_ALIAS(USB_Event_Stub);\r
                        #endif\r
        #endif\r
 \r