X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fao_usb.c;h=e4b7938d8e85215fdabfc37be02b0e3c9e1386cb;hb=06e82bd2c2a5eea153a053e542df9bc3537e9a01;hp=b4e3f1fe6aa3364bd7925458d6e58af28f4922e8;hpb=c7ba92317ac55272acbde12416448ebd17b983a6;p=fw%2Faltos diff --git a/src/ao_usb.c b/src/ao_usb.c index b4e3f1fe..e4b7938d 100644 --- a/src/ao_usb.c +++ b/src/ao_usb.c @@ -57,6 +57,11 @@ ao_usb_isr(void) __interrupt 6 if (USBCIF & USBCIF_RSTIF) ao_usb_set_interrupts(); +#if HAS_BTM +#if BT_LINK_ON_P2 + ao_btm_isr(); +#endif +#endif } struct ao_usb_setup {