aboutsummaryrefslogtreecommitdiff
path: root/Tools/tests-host/Makefile
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2014-10-07 12:46:09 +0200
committerLorenz Meier <lm@inf.ethz.ch>2014-10-07 12:46:09 +0200
commit72fbd76c84f8ecfc6844b3d23fa90ce0c3bc1227 (patch)
tree2a4d15496cafe4b7642a962006b0734096bcf8cd /Tools/tests-host/Makefile
parent8d187cc2fa093c0784c330d2480a17b9d24c6ef1 (diff)
downloadpx4-firmware-72fbd76c84f8ecfc6844b3d23fa90ce0c3bc1227.tar.gz
px4-firmware-72fbd76c84f8ecfc6844b3d23fa90ce0c3bc1227.tar.bz2
px4-firmware-72fbd76c84f8ecfc6844b3d23fa90ce0c3bc1227.zip
Updated and fixed parser for SF02/F laser sensor, test harness runs clean
Diffstat (limited to 'Tools/tests-host/Makefile')
-rw-r--r--Tools/tests-host/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Tools/tests-host/Makefile b/Tools/tests-host/Makefile
index b1547c23f..903c3a4ca 100644
--- a/Tools/tests-host/Makefile
+++ b/Tools/tests-host/Makefile
@@ -22,9 +22,10 @@ SBUS2_FILES=../../src/modules/px4iofirmware/sbus.c \
SF0X_FILES= \
hrt.cpp \
- sf0x_test.cpp
+ sf0x_test.cpp \
+ ../../src/drivers/sf0x/sf0x_parser.cpp
-AUTODECLINATION_FILES= ../../src/lib/geo/geo_mag_declination.c \
+AUTODECLINATION_FILES= ../../src/lib/geo_lookup/geo_mag_declination.c \
hrt.cpp \
autodeclination_test.cpp