diff options
| author | Keith Packard <keithp@keithp.com> | 2014-07-08 23:47:09 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2014-07-09 00:26:03 -0700 |
| commit | 1684291ba9a4f3bc2828e7b079ac27efcba6a163 (patch) | |
| tree | eb577cd2cf8306f6eb2b4b082a4ee666070a6f56 /src/telemini-v2.0/Makefile | |
| parent | d926ccfbd4596eb3f981d2fcf8f6fc6ccc427db6 (diff) | |
altos/telemini-v2.0: Enable beep config and radio rate config
use the smaller pa to altitude table to make room for the new code
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/telemini-v2.0/Makefile')
| -rw-r--r-- | src/telemini-v2.0/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/telemini-v2.0/Makefile b/src/telemini-v2.0/Makefile index ca69dc41..8657e9a9 100644 --- a/src/telemini-v2.0/Makefile +++ b/src/telemini-v2.0/Makefile @@ -25,7 +25,8 @@ INC = \ ao_int64.h \ ao_sample.h \ ao_exti.h \ - ao_task.h + ao_task.h \ + altitude-pa-small.h CORE_SRC = \ ao_cmd.c \ |
