projects
/
pub
/
lufa.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Reverted modifications to USBInterrupt.h that were intefering with correct host mode...
[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
51e5604
..
a542353
100644
(file)
--- a/
LUFA/Drivers/USB/LowLevel/USBController.c
+++ b/
LUFA/Drivers/USB/LowLevel/USBController.c
@@
-203,6
+203,7
@@
static void USB_Init_Device(void)
ENDPOINT_DIR_OUT, USB_ControlEndpointSize,
ENDPOINT_BANK_SINGLE);
+ USB_INT_Clear(USB_INT_SUSPI);
USB_INT_Enable(USB_INT_SUSPI);
USB_INT_Enable(USB_INT_EORSTI);