mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-31 02:16:53 +08:00
Strip LPE config, as it has become part of the default config
This commit is contained in:
@@ -146,9 +146,6 @@ px4-stm32f4discovery_default:
|
|||||||
px4fmu-v2_ekf2:
|
px4fmu-v2_ekf2:
|
||||||
$(call cmake-build,nuttx_px4fmu-v2_ekf2)
|
$(call cmake-build,nuttx_px4fmu-v2_ekf2)
|
||||||
|
|
||||||
px4fmu-v2_lpe:
|
|
||||||
$(call cmake-build,nuttx_px4fmu-v2_lpe)
|
|
||||||
|
|
||||||
mindpx-v2_default:
|
mindpx-v2_default:
|
||||||
$(call cmake-build,nuttx_mindpx-v2_default)
|
$(call cmake-build,nuttx_mindpx-v2_default)
|
||||||
|
|
||||||
|
|||||||
@@ -1,9 +0,0 @@
|
|||||||
include(cmake/configs/nuttx_px4fmu-v2_default.cmake)
|
|
||||||
|
|
||||||
list(REMOVE_ITEM config_module_list
|
|
||||||
modules/ekf_att_pos_estimator
|
|
||||||
)
|
|
||||||
|
|
||||||
list(APPEND config_module_list
|
|
||||||
modules/local_position_estimator
|
|
||||||
)
|
|
||||||
Reference in New Issue
Block a user