aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Gubler <thomasgubler@gmail.com>2014-09-04 17:18:06 +0200
committerThomas Gubler <thomasgubler@gmail.com>2014-09-04 17:18:06 +0200
commit2d3b6a88dee5220c1b35d6e32f264217da8e36b8 (patch)
treee27ec5fc5c90d5e972d860c97c6303882152fb0c
parent3f8793210b47bd8e09ed2adaabc2fab966db5df6 (diff)
downloadpx4-firmware-2d3b6a88dee5220c1b35d6e32f264217da8e36b8.tar.gz
px4-firmware-2d3b6a88dee5220c1b35d6e32f264217da8e36b8.tar.bz2
px4-firmware-2d3b6a88dee5220c1b35d6e32f264217da8e36b8.zip
swissfang: don't build MC apps on FMU1
-rw-r--r--makefiles/config_px4fmu-v1_default.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/makefiles/config_px4fmu-v1_default.mk b/makefiles/config_px4fmu-v1_default.mk
index 97eddfdd2..99c0eb8c1 100644
--- a/makefiles/config_px4fmu-v1_default.mk
+++ b/makefiles/config_px4fmu-v1_default.mk
@@ -67,17 +67,17 @@ MODULES += modules/gpio_led
#
# Estimation modules (EKF / other filters)
#
-MODULES += modules/attitude_estimator_ekf
+#MODULES += modules/attitude_estimator_ekf
MODULES += modules/ekf_att_pos_estimator
-MODULES += modules/position_estimator_inav
+#MODULES += modules/position_estimator_inav
#
# Vehicle Control
#
MODULES += modules/fw_pos_control_l1
MODULES += modules/fw_att_control
-MODULES += modules/mc_att_control
-MODULES += modules/mc_pos_control
+#MODULES += modules/mc_att_control
+#MODULES += modules/mc_pos_control
#
# Logging