altos: Switch ao_rssi.c __xdata to __pdata
[fw/altos] / src / ao_usb.c
index b4e3f1fe6aa3364bd7925458d6e58af28f4922e8..e4b7938d8e85215fdabfc37be02b0e3c9e1386cb 100644 (file)
@@ -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 {