From: Keith Packard Date: Thu, 15 May 2014 15:29:52 +0000 (-0600) Subject: altos/telemini-v2.0: Remove old baro->alt conversion table X-Git-Tag: 1.3.2.2~98 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=36002fc724702d34302f3cc0df593019ca8db4e0;ds=inline altos/telemini-v2.0: Remove old baro->alt conversion table TeleMini doesn't have two baro sensors... Signed-off-by: Keith Packard --- 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 \