X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=src%2Fao_usb.c;h=e4b7938d8e85215fdabfc37be02b0e3c9e1386cb;hp=dd7521525f4a08da5e833296e5afb917297bdc6a;hb=803bf106caf5d6b5ac12eb00a941647c7325edd1;hpb=8be559baa979c15e78f8dba7879b383dbe3936d3 diff --git a/src/ao_usb.c b/src/ao_usb.c index dd752152..e4b7938d 100644 --- a/src/ao_usb.c +++ b/src/ao_usb.c @@ -46,7 +46,6 @@ void ao_usb_isr(void) __interrupt 6 { USBIF = 0; - IRCON2 &= ~IRCON2_USBIF; ao_usb_iif |= USBIIF; if (ao_usb_iif & 1) ao_wakeup(&ao_usb_task);