#include <LUFA/Common/Common.h> // Commonly used macros\r
#include <LUFA/Drivers/USB/USB.h> // USB Functionality\r
#include <LUFA/Drivers/Board/LEDs.h> // LED driver\r
- #include <LUFA/Drivers/Peripheral/Serial_Stream.h> // USART Stream driver\r
+ #include <LUFA/Drivers/Peripheral/SerialStream.h> // USART Stream driver\r
#include <LUFA/Drivers/Misc/TerminalCodes.h> // ANSI Terminal Escape Codes\r
#include <LUFA/Scheduler/Scheduler.h> // Simple scheduler for task management\r
\r
/** Indicates that this module will catch the USB_UIDChange event when thrown by the library. */\r
HANDLES_EVENT(USB_UIDChange);\r
\r
- /** Indicates that this module will catch the USB_PowerOnFail event when thrown by the library. */\r
- HANDLES_EVENT(USB_PowerOnFail);\r
+ /** Indicates that this module will catch the USB_InitFailure event when thrown by the library. */\r
+ HANDLES_EVENT(USB_InitFailure);\r
\r
/** Indicates that this module will catch the USB_HostError event when thrown by the library. */\r
HANDLES_EVENT(USB_HostError);\r