altos: Add button driver and sample user
[fw/altos] / src / cc1111 / ao_usb.c
index 08cb73900c6462fe52d7d8bfafe1b6a28ff47d90..35c9ac20e80fd07a4bd37ecd045a1eeef8210079 100644 (file)
@@ -62,6 +62,9 @@ ao_usb_isr(void) __interrupt 6
        ao_btm_isr();
 #endif
 #endif
+#if HAS_P2_ISR
+       ao_p2_isr();
+#endif
 }
 
 struct ao_usb_setup {