altos: Hook up the P1 ISR for TeleBT v0.1 bt_link line
[fw/altos] / src / ao_btm.c
index 490b2667e3c8a78eb412b020f204f59e6c1ad272..172004e9c6aae746f0b30b64201c249e8ba1a57b 100644 (file)
@@ -253,6 +253,9 @@ ao_btm_check_link() __critical
 
 void
 ao_btm_isr(void)
+#if BT_LINK_ON_P1
+       __interrupt 15
+#endif
 {
        if (BT_PIFG & (1 << BT_LINK_PIN_INDEX)) {
                ao_btm_check_link();