cmake configs: add vtol_att_control for required parameters VT_B_DEC_MSS & VT_B_REV_DEL

Required by Navigator.
This commit is contained in:
Beat Küng 2018-03-03 18:58:56 +01:00
parent 279b66bfbd
commit f7ee3c2015
3 changed files with 3 additions and 1 deletions

View File

@ -58,6 +58,7 @@ set(config_module_list
#
modules/mc_att_control
modules/mc_pos_control
modules/vtol_att_control # FIXME: only required for params needed by Navigator
#
# Logging

View File

@ -60,7 +60,7 @@ set(config_module_list
# modules/fw_att_control
modules/mc_att_control
modules/mc_pos_control
# modules/vtol_att_control
modules/vtol_att_control # FIXME: only required for params needed by Navigator
#
# Logging

View File

@ -86,6 +86,7 @@ add_custom_command(OUTPUT ${parameters_xml}
--xml ${parameters_xml}
--inject-xml ${CMAKE_CURRENT_SOURCE_DIR}/parameters_injected.xml
--overrides ${PARAM_DEFAULT_OVERRIDES}
--board ${BOARD}
#--verbose
DEPENDS
${param_src_files}