X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fao_usb.c;h=e4b7938d8e85215fdabfc37be02b0e3c9e1386cb;hb=9e5e4c1ad82d621ceb7286f72c87eeaf5976f9bf;hp=dd7521525f4a08da5e833296e5afb917297bdc6a;hpb=8be559baa979c15e78f8dba7879b383dbe3936d3;p=fw%2Faltos 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);