More minor renaming of library enums and events to try to create a consistent API.
This commit is contained in:
parent
6a8e27f7ee
commit
01c4bef107
11 changed files with 79 additions and 66 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue