Fix compile error on the UC3 targets when INTERRUPT_CONTROL_ENDPOINT compile time...
[pub/USBasp.git] / LUFA / Drivers / USB / Core / UC3 / USBInterrupt_UC3.c
index fec007c..3487087 100644 (file)
@@ -206,7 +206,7 @@ ISR(USB_GEN_vect)
 }
 
 #if defined(INTERRUPT_CONTROL_ENDPOINT) && defined(USB_CAN_BE_DEVICE)
-ISR(USB_COM_vect, ISR_BLOCK)
+ISR(USB_COM_vect)
 {
        uint8_t PrevSelectedEndpoint = Endpoint_GetCurrentEndpoint();