X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/2ee9fc707784e115d744dbc229bdc893f4bb6bc1..73a21890f6b37becc1e42566a3a716ae5eb96a0e:/Demos/OTG/TestApp/TestEvents.h?ds=inline diff --git a/Demos/OTG/TestApp/TestEvents.h b/Demos/OTG/TestApp/TestEvents.h index 656c070ea..b82936fb4 100644 --- a/Demos/OTG/TestApp/TestEvents.h +++ b/Demos/OTG/TestApp/TestEvents.h @@ -39,12 +39,11 @@ /* Includes: */ #include - #include // Commonly used macros - #include // USB Functionality - #include // LED driver - #include // USART Stream driver - #include // ANSI Terminal Escape Codes - #include // Simple scheduler for task management + #include + #include + #include + #include + #include /* Macros: */ /** Prefix sent through the USART when an even fires before the actual event message. */ @@ -71,7 +70,6 @@ void EVENT_USB_ConfigurationChanged(void); void EVENT_USB_Suspend(void); void EVENT_USB_WakeUp(void); - void EVENT_USB_Reset(void); - void EVENT_USB_DeviceError(const uint8_t ErrorCode); + void EVENT_USB_Reset(void); #endif