diff options
| author | Keith Packard <keithp@keithp.com> | 2013-06-12 00:43:31 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2013-08-25 22:24:01 -0700 |
| commit | 312f6194a4bc75473cb0d61a6d58b66fb1f7c068 (patch) | |
| tree | 7a7059f046d80d2d6743bf6d1b4d5e33f3b00567 /src/cc1111/ao_arch.h | |
| parent | 2c2bbfd9a1a4b9de42cf566f21f179ff5ede0419 (diff) | |
altos/teletiny-v2.0: Support multiple SPI busses on CC1111
Needed for TeleMini v2.0
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/cc1111/ao_arch.h')
| -rw-r--r-- | src/cc1111/ao_arch.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/cc1111/ao_arch.h b/src/cc1111/ao_arch.h index 9097557f..34235b08 100644 --- a/src/cc1111/ao_arch.h +++ b/src/cc1111/ao_arch.h @@ -321,4 +321,9 @@ void ao_serial1_tx_isr(void) ao_arch_interrupt(14); #endif +#if HAS_EXTI_0 +void +ao_p0_isr(void) __interrupt(13); +#endif + #endif /* _AO_ARCH_H_ */ |
