From f28cec350cb79139b6cc9d9cff32954a644e6f07 Mon Sep 17 00:00:00 2001 From: Lorenz Meier Date: Thu, 13 Jun 2013 12:44:11 +0200 Subject: [PATCH] Hotfix: Excluded sdlog app from standard build, still keeping code in place for now --- makefiles/config_px4fmu_default.mk | 2 -- 1 file changed, 2 deletions(-) diff --git a/makefiles/config_px4fmu_default.mk b/makefiles/config_px4fmu_default.mk index d50eb1e500..0bd6d4bd82 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 #