Move global interrupt enable/disable functions out to Common.h and document them.
[pub/USBasp.git] / LUFA / Drivers / USB / Core / AVR8 / USBInterrupt_AVR8.c
index deaa5e5..4939ec2 100644 (file)
@@ -263,7 +263,7 @@ ISR(USB_COM_vect, ISR_BLOCK)
        Endpoint_SelectEndpoint(ENDPOINT_CONTROLEP);
        USB_INT_Disable(USB_INT_RXSTPI);
 
-       USB_INT_GlobalEnable();
+       GlobalInterruptEnable();
 
        USB_Device_ProcessControlRequest();