diff options
author | Keith Packard <keithp@keithp.com> | 2011-05-06 22:59:15 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2011-05-06 22:59:15 -0700 |
commit | 8be559baa979c15e78f8dba7879b383dbe3936d3 (patch) | |
tree | c3d44a0a1019d846fb7bb21edff7f0fcf304b2a3 /src/ao_usb.c | |
parent | 23f441b95e55fbee709382b05d325bc021285766 (diff) |
altos: Hook up the P1 ISR for TeleBT v0.1 bt_link line
Otherwise, we're heading off into the weeds...
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/ao_usb.c')
-rw-r--r-- | src/ao_usb.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ao_usb.c b/src/ao_usb.c index ece6756a..dd752152 100644 --- a/src/ao_usb.c +++ b/src/ao_usb.c @@ -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 { |