diff options
author | Keith Packard <keithp@keithp.com> | 2011-10-23 14:08:59 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2011-10-23 14:08:59 -0700 |
commit | 7e7a10c06a0486e9f869e361e46f2c98db9897b0 (patch) | |
tree | fda3c3f704dcf30b75154853f7fdc19902346a8b /src/cc1111/ao_usb.c | |
parent | 8e2736226fcd7c1ab1ba93a5ebac9b285ebf4733 (diff) |
altos: Add button driver and sample user
Hook up the teleterra buttons and have them beep
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/cc1111/ao_usb.c')
-rw-r--r-- | src/cc1111/ao_usb.c | 3 |
1 files changed, 3 insertions, 0 deletions
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 { |