forked from Archive/PX4-Autopilot
Strip LPE config, as it has become part of the default config
This commit is contained in:
parent
639a589233
commit
29550a4cee
3
Makefile
3
Makefile
|
@ -146,9 +146,6 @@ px4-stm32f4discovery_default:
|
|||
px4fmu-v2_ekf2:
|
||||
$(call cmake-build,nuttx_px4fmu-v2_ekf2)
|
||||
|
||||
px4fmu-v2_lpe:
|
||||
$(call cmake-build,nuttx_px4fmu-v2_lpe)
|
||||
|
||||
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
|
||||
)
|
Loading…
Reference in New Issue