diff options
author | Keith Packard <keithp@keithp.com> | 2014-05-15 09:29:52 -0600 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2014-05-15 09:29:52 -0600 |
commit | 36002fc724702d34302f3cc0df593019ca8db4e0 (patch) | |
tree | 9a2d4fed3a158d894bfe658fd82ea274da77ee78 /src | |
parent | d0d29cc233b0d444782530fea15d957b2b4c45d7 (diff) |
altos/telemini-v2.0: Remove old baro->alt conversion table
TeleMini doesn't have two baro sensors...
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/telemini-v2.0/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/telemini-v2.0/Makefile b/src/telemini-v2.0/Makefile index 34f35cd9..ca69dc41 100644 --- a/src/telemini-v2.0/Makefile +++ b/src/telemini-v2.0/Makefile @@ -30,7 +30,6 @@ INC = \ CORE_SRC = \ ao_cmd.c \ ao_config.c \ - ao_convert.c \ ao_flight.c \ ao_kalman.c \ ao_log.c \ |