diff options
| author | Keith Packard <keithp@keithp.com> | 2013-05-23 16:52:59 -0600 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2013-08-25 22:24:01 -0700 |
| commit | 2c2bbfd9a1a4b9de42cf566f21f179ff5ede0419 (patch) | |
| tree | 09bf1e559746b867a2455277caa9bc0fe2d94b1c /src/telemini-v2.0/Makefile | |
| parent | 56911f27376b0fe91a464e369bb8aa1531b3c7dc (diff) | |
altos: Add exti and spi to telemini-v2.0
No longer builds like this
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/telemini-v2.0/Makefile')
| -rw-r--r-- | src/telemini-v2.0/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/telemini-v2.0/Makefile b/src/telemini-v2.0/Makefile index 984406a9..adb1256c 100644 --- a/src/telemini-v2.0/Makefile +++ b/src/telemini-v2.0/Makefile @@ -60,6 +60,7 @@ CC1111_SRC = \ ao_data.c \ ao_beep.c \ ao_timer.c \ + ao_exti.c \ _bp.c DRIVER_SRC = \ |
