X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fcc1111%2Fao_usb.c;h=35c9ac20e80fd07a4bd37ecd045a1eeef8210079;hb=7e7a10c06a0486e9f869e361e46f2c98db9897b0;hp=08cb73900c6462fe52d7d8bfafe1b6a28ff47d90;hpb=8e2736226fcd7c1ab1ba93a5ebac9b285ebf4733;p=fw%2Faltos diff --git a/src/cc1111/ao_usb.c b/src/cc1111/ao_usb.c index 08cb7390..35c9ac20 100644 --- a/src/cc1111/ao_usb.c +++ b/src/cc1111/ao_usb.c @@ -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 {