aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2013-06-13 12:44:11 +0200
committerLorenz Meier <lm@inf.ethz.ch>2013-06-13 12:44:11 +0200
commitf28cec350cb79139b6cc9d9cff32954a644e6f07 (patch)
treed7c6074e5bf748a365c0909c633e673565563206
parent42ce3112ad645e53788463180c350279b243b02e (diff)
downloadpx4-firmware-f28cec350cb79139b6cc9d9cff32954a644e6f07.tar.gz
px4-firmware-f28cec350cb79139b6cc9d9cff32954a644e6f07.tar.bz2
px4-firmware-f28cec350cb79139b6cc9d9cff32954a644e6f07.zip
Hotfix: Excluded sdlog app from standard build, still keeping code in place for now
-rw-r--r--makefiles/config_px4fmu_default.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/makefiles/config_px4fmu_default.mk b/makefiles/config_px4fmu_default.mk
index d50eb1e50..0bd6d4bd8 100644
--- a/makefiles/config_px4fmu_default.mk
+++ b/makefiles/config_px4fmu_default.mk
@@ -63,7 +63,6 @@ MODULES += modules/gpio_led
#
MODULES += modules/attitude_estimator_ekf
MODULES += modules/attitude_estimator_so3_comp
-#MODULES += modules/position_estimator_mc
MODULES += modules/position_estimator
MODULES += modules/att_pos_estimator_ekf
@@ -79,7 +78,6 @@ MODULES += modules/multirotor_pos_control
#
# Logging
#
-MODULES += modules/sdlog
MODULES += modules/sdlog2
#