aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/LowLevel/USBController.c
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-09-19 08:42:30 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-09-19 08:42:30 +0000
commited7067e89f4adc1c5b9317caa0253d866ad2bf56 (patch)
treef6668af0a7e123670e0e16d253bbf0dc6d071457 /LUFA/Drivers/USB/LowLevel/USBController.c
parentd66a925786e4e57713a2c902cdffe7269db43226 (diff)
downloadlufa-ed7067e89f4adc1c5b9317caa0253d866ad2bf56.tar.gz
lufa-ed7067e89f4adc1c5b9317caa0253d866ad2bf56.tar.bz2
lufa-ed7067e89f4adc1c5b9317caa0253d866ad2bf56.zip
Rename internal suspend and wake up USB interrupt macros so that they follow the same naming scheme as the other USB ISR macros.
Diffstat (limited to 'LUFA/Drivers/USB/LowLevel/USBController.c')
-rw-r--r--LUFA/Drivers/USB/LowLevel/USBController.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/LUFA/Drivers/USB/LowLevel/USBController.c b/LUFA/Drivers/USB/LowLevel/USBController.c
index f7207778c..a7dbdca2f 100644
--- a/LUFA/Drivers/USB/LowLevel/USBController.c
+++ b/LUFA/Drivers/USB/LowLevel/USBController.c
@@ -203,7 +203,7 @@ static void USB_Init_Device(void)
ENDPOINT_DIR_OUT, USB_ControlEndpointSize,
ENDPOINT_BANK_SINGLE);
- USB_INT_Enable(USB_INT_SUSPEND);
+ USB_INT_Enable(USB_INT_SUSPI);
USB_INT_Enable(USB_INT_EORSTI);
USB_Attach();