projects
/
pub
/
lufa.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Renamed all driver termination *_ShutDown() functions to the more logical name *_Disa...
[pub/lufa.git]
/
LUFA
/
Drivers
/
USB
/
LowLevel
/
USBController.c
diff --git
a/LUFA/Drivers/USB/LowLevel/USBController.c
b/LUFA/Drivers/USB/LowLevel/USBController.c
index
91f9acd
..
f41b5cc
100644
(file)
--- a/
LUFA/Drivers/USB/LowLevel/USBController.c
+++ b/
LUFA/Drivers/USB/LowLevel/USBController.c
@@
-83,7
+83,7
@@
void USB_Init(
USB_ResetInterface();
}
-void USB_
ShutDown
(void)
+void USB_
Disable
(void)
{
USB_INT_DisableAllInterrupts();
USB_INT_ClearAllInterrupts();