altos: Hook up the P1 ISR for TeleBT v0.1 bt_link line
[fw/altos] / src / ao_usb.c
index ece6756a030c05bd104e1507a78879bafd54acac..dd7521525f4a08da5e833296e5afb917297bdc6a 100644 (file)
@@ -59,8 +59,10 @@ 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 {