projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
More minor renaming of library enums and events to try to create a consistent API.
[pub/USBasp.git]
/
LUFA
/
Drivers
/
USB
/
LowLevel
/
LowLevel.c
diff --git
a/LUFA/Drivers/USB/LowLevel/LowLevel.c
b/LUFA/Drivers/USB/LowLevel/LowLevel.c
index
1616ae5
..
99b9cfb
100644
(file)
--- a/
LUFA/Drivers/USB/LowLevel/LowLevel.c
+++ b/
LUFA/Drivers/USB/LowLevel/LowLevel.c
@@
-92,7
+92,7
@@
void USB_Init(
}
\r
else
\r
{
\r
- RAISE_EVENT(USB_
PowerOnFail, POWERON_
ERROR_NoUSBModeSpecified);
\r
+ RAISE_EVENT(USB_
InitFailure, USB_INIT
ERROR_NoUSBModeSpecified);
\r
return;
\r
}
\r
#endif
\r