mavlink switch to common dialect by default and update to latest

This commit is contained in:
Daniel Agar 2022-12-07 15:46:04 -05:00 committed by GitHub
parent 72cb4bee01
commit 2b1d8c1d8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 3 deletions

@ -1 +1 @@
Subproject commit 1b56329b73f68f1480e58b1137b3e5169c7453d1
Subproject commit 0c8b6fd26fe45f0952ba3d352f68d114754080bf

View File

@ -50,6 +50,7 @@ add_custom_command(
git_mavlink_v2
${MAVLINK_GIT_DIR}/pymavlink/tools/mavgen.py
${MAVLINK_GIT_DIR}/message_definitions/v1.0/${CONFIG_MAVLINK_DIALECT}.xml
${BOARD_DEFCONFIG}
COMMENT "Generating Mavlink ${CONFIG_MAVLINK_DIALECT}: ${MAVLINK_GIT_DIR_RELATIVE}/message_definitions/v1.0/${CONFIG_MAVLINK_DIALECT}.xml"
USES_TERMINAL
)

View File

@ -7,7 +7,7 @@ menuconfig MODULES_MAVLINK
menuconfig MAVLINK_DIALECT
depends on MODULES_MAVLINK
string "Mavlink dialect"
default "standard"
default "common"
help
Select the Mavlink dialect to generate and use.

@ -1 +1 @@
Subproject commit d012c7afd5f4e2a9388710596fd3eb9a1b3eb086
Subproject commit 081120844300d68e90c8c4d40ab4662cb3eb604c