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
/
ManPages
/
SoftwareBootloaderJump.txt
diff --git
a/LUFA/ManPages/SoftwareBootloaderJump.txt
b/LUFA/ManPages/SoftwareBootloaderJump.txt
index
2591a86
..
d0b41e1
100644
(file)
--- a/
LUFA/ManPages/SoftwareBootloaderJump.txt
+++ b/
LUFA/ManPages/SoftwareBootloaderJump.txt
@@
-44,8
+44,8
@@
*
* void Jump_To_Bootloader(void)
* {
- * // If USB is used, detach from the bus
- * USB_
ShutDown
();
+ * // If USB is used, detach from the bus
and reset it
+ * USB_
Disable
();
*
* // Disable all interrupts
* cli();