forked from mirror/qmk_firmware
More minor renaming of library enums and events to try to create a consistent API.
This commit is contained in:
@@ -139,7 +139,7 @@ EVENT_HANDLER(USB_UIDChange)
|
||||
* Event handler for the USB_PowerOnFail event. When fired, the event is logged to the USART and the program
|
||||
* execution aborted.
|
||||
*/
|
||||
EVENT_HANDLER(USB_PowerOnFail)
|
||||
EVENT_HANDLER(USB_InitFailure)
|
||||
{
|
||||
char* ModeStrPtr;
|
||||
|
||||
|
||||
@@ -74,8 +74,8 @@
|
||||
/** Indicates that this module will catch the USB_UIDChange event when thrown by the library. */
|
||||
HANDLES_EVENT(USB_UIDChange);
|
||||
|
||||
/** Indicates that this module will catch the USB_PowerOnFail event when thrown by the library. */
|
||||
HANDLES_EVENT(USB_PowerOnFail);
|
||||
/** Indicates that this module will catch the USB_InitFailure event when thrown by the library. */
|
||||
HANDLES_EVENT(USB_InitFailure);
|
||||
|
||||
/** Indicates that this module will catch the USB_HostError event when thrown by the library. */
|
||||
HANDLES_EVENT(USB_HostError);
|
||||
|
||||
Reference in New Issue
Block a user