projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Move global interrupt enable/disable functions out to Common.h and document them.
[pub/USBasp.git]
/
LUFA
/
Drivers
/
USB
/
Core
/
AVR8
/
USBInterrupt_AVR8.c
diff --git
a/LUFA/Drivers/USB/Core/AVR8/USBInterrupt_AVR8.c
b/LUFA/Drivers/USB/Core/AVR8/USBInterrupt_AVR8.c
index
deaa5e5
..
4939ec2
100644
(file)
--- a/
LUFA/Drivers/USB/Core/AVR8/USBInterrupt_AVR8.c
+++ b/
LUFA/Drivers/USB/Core/AVR8/USBInterrupt_AVR8.c
@@
-263,7
+263,7
@@
ISR(USB_COM_vect, ISR_BLOCK)
Endpoint_SelectEndpoint(ENDPOINT_CONTROLEP);
USB_INT_Disable(USB_INT_RXSTPI);
-
USB_INT_Global
Enable();
+
GlobalInterrupt
Enable();
USB_Device_ProcessControlRequest();