aboutsummaryrefslogtreecommitdiff
path: root/makefiles/config_px4fmu-v2_default.mk
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2013-11-01 12:02:45 +0100
committerLorenz Meier <lm@inf.ethz.ch>2013-11-01 12:02:45 +0100
commit2fd1aed6be03de42d09c062871838ee7e852aa4a (patch)
tree01b3e2b5b644f397d15fa5d497c577e8cf6c2d7c /makefiles/config_px4fmu-v2_default.mk
parent0c762b6d1b8f99324fb37ac65631bf6f73be5672 (diff)
downloadpx4-firmware-2fd1aed6be03de42d09c062871838ee7e852aa4a.tar.gz
px4-firmware-2fd1aed6be03de42d09c062871838ee7e852aa4a.tar.bz2
px4-firmware-2fd1aed6be03de42d09c062871838ee7e852aa4a.zip
Disable the segway app, as its GCC 4.7 incompatible and not generally used
Diffstat (limited to 'makefiles/config_px4fmu-v2_default.mk')
-rw-r--r--makefiles/config_px4fmu-v2_default.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/makefiles/config_px4fmu-v2_default.mk b/makefiles/config_px4fmu-v2_default.mk
index ed2f2da5e..761fb8d9d 100644
--- a/makefiles/config_px4fmu-v2_default.mk
+++ b/makefiles/config_px4fmu-v2_default.mk
@@ -78,7 +78,7 @@ MODULES += examples/flow_position_estimator
#
# Vehicle Control
#
-MODULES += modules/segway
+#MODULES += modules/segway # XXX Needs GCC 4.7 fix
MODULES += modules/fw_pos_control_l1
MODULES += modules/fw_att_control
MODULES += modules/multirotor_att_control
@@ -120,7 +120,7 @@ MODULES += lib/conversion
#MODULES += examples/math_demo
# Tutorial code from
# https://pixhawk.ethz.ch/px4/dev/hello_sky
-#MODULES += examples/px4_simple_app
+MODULES += examples/px4_simple_app
# Tutorial code from
# https://pixhawk.ethz.ch/px4/dev/daemon