projects
/
pub
/
USBasp.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/USBasp.git]
/
Bootloaders
/
DFU
/
BootloaderDFU.c
diff --git
a/Bootloaders/DFU/BootloaderDFU.c
b/Bootloaders/DFU/BootloaderDFU.c
index
04b52f3
..
2f5abba
100644
(file)
--- a/
Bootloaders/DFU/BootloaderDFU.c
+++ b/
Bootloaders/DFU/BootloaderDFU.c
@@
-155,7
+155,7
@@
void SetupHardware(void)
void ResetHardware(void)
{
/* Shut down the USB subsystem */
- USB_
ShutDown
();
+ USB_
Disable
();
/* Relocate the interrupt vector table back to the application section */
MCUCR = (1 << IVCE);