aboutsummaryrefslogtreecommitdiff
path: root/apps/systemlib/Makefile
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2013-01-21 23:45:16 +0100
committerLorenz Meier <lm@inf.ethz.ch>2013-01-21 23:45:16 +0100
commit2ebb1812f1eea47f06e79650242416493ce279b9 (patch)
tree1957033e730cf778fa85f90036e9f963c8e2d6a6 /apps/systemlib/Makefile
parent48e497e4069a2f8773d90f2d1887967a81e487d8 (diff)
downloadpx4-firmware-2ebb1812f1eea47f06e79650242416493ce279b9.tar.gz
px4-firmware-2ebb1812f1eea47f06e79650242416493ce279b9.tar.bz2
px4-firmware-2ebb1812f1eea47f06e79650242416493ce279b9.zip
Implemented airspeed measurement. Untested
Diffstat (limited to 'apps/systemlib/Makefile')
-rw-r--r--apps/systemlib/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/systemlib/Makefile b/apps/systemlib/Makefile
index 942116faa..8240dbe43 100644
--- a/apps/systemlib/Makefile
+++ b/apps/systemlib/Makefile
@@ -43,7 +43,8 @@ CSRCS = err.c \
conversions.c \
cpuload.c \
getopt_long.c \
- up_cxxinitialize.c
+ up_cxxinitialize.c \
+ airspeed.c
# ppm_decode.c \