From 1fd1a426bb77392f30c0a0380a8a1450d4adf729 Mon Sep 17 00:00:00 2001 From: Roman Date: Wed, 14 Mar 2018 15:03:28 +0100 Subject: [PATCH] cmake configs: don't build wind estimator for fmu-v2 due to lack of flash space Signed-off-by: Roman --- cmake/configs/nuttx_px4fmu-v2_default.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/configs/nuttx_px4fmu-v2_default.cmake b/cmake/configs/nuttx_px4fmu-v2_default.cmake index 0571997799..0acc0c5bc0 100644 --- a/cmake/configs/nuttx_px4fmu-v2_default.cmake +++ b/cmake/configs/nuttx_px4fmu-v2_default.cmake @@ -119,7 +119,7 @@ set(config_module_list #modules/local_position_estimator #modules/position_estimator_inav #modules/landing_target_estimator - modules/wind_estimator + #modules/wind_estimator # # Vehicle Control