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/telemini-v2.0/ao_telemini.c | |
| 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/telemini-v2.0/ao_telemini.c')
| -rw-r--r-- | src/telemini-v2.0/ao_telemini.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/telemini-v2.0/ao_telemini.c b/src/telemini-v2.0/ao_telemini.c index b85ce8c8..6b7545fb 100644 --- a/src/telemini-v2.0/ao_telemini.c +++ b/src/telemini-v2.0/ao_telemini.c @@ -17,6 +17,7 @@ #include "ao.h" #include "ao_pins.h" +#include <ao_exti.h> __xdata uint8_t ao_force_freq; |
