aboutsummaryrefslogtreecommitdiff
path: root/makefiles/config_px4fmu-v1_default.mk
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2013-10-10 21:15:44 +0200
committerLorenz Meier <lm@inf.ethz.ch>2013-10-10 21:15:44 +0200
commit42c412f6ddf3963c8a9bbef5ba37896a24e1f0fa (patch)
treecc8f13844e5f61e9ab1dc15892378844c1e65047 /makefiles/config_px4fmu-v1_default.mk
parent44deeb85c09451865c7d869f495a31f1b4348fec (diff)
downloadpx4-firmware-42c412f6ddf3963c8a9bbef5ba37896a24e1f0fa.tar.gz
px4-firmware-42c412f6ddf3963c8a9bbef5ba37896a24e1f0fa.tar.bz2
px4-firmware-42c412f6ddf3963c8a9bbef5ba37896a24e1f0fa.zip
Makefile cleanup
Diffstat (limited to 'makefiles/config_px4fmu-v1_default.mk')
-rw-r--r--makefiles/config_px4fmu-v1_default.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/makefiles/config_px4fmu-v1_default.mk b/makefiles/config_px4fmu-v1_default.mk
index 1dd949076..46640f3c5 100644
--- a/makefiles/config_px4fmu-v1_default.mk
+++ b/makefiles/config_px4fmu-v1_default.mk
@@ -134,7 +134,10 @@ MODULES += lib/geo
# Tutorial code from
# https://pixhawk.ethz.ch/px4/dev/example_fixedwing_control
-MODULES += examples/fixedwing_control
+#MODULES += examples/fixedwing_control
+
+# Hardware test
+#MODULES += examples/hwtest
#
# Transitional support - add commands from the NuttX export archive.