More minor renaming of library enums and events to try to create a consistent API.
This commit is contained in:
@@ -92,7 +92,7 @@ void USB_Init(
|
||||
}
|
||||
else
|
||||
{
|
||||
RAISE_EVENT(USB_PowerOnFail, POWERON_ERROR_NoUSBModeSpecified);
|
||||
RAISE_EVENT(USB_InitFailure, USB_INITERROR_NoUSBModeSpecified);
|
||||
return;
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user