Default mavlink dialect should be common.xml

This commit is contained in:
Hamish Willee 2022-10-13 12:29:09 +11:00 committed by Daniel Agar
parent 8b9ac2d7f3
commit 2a9801f191

View File

@ -31,7 +31,7 @@
#
############################################################################
set(MAVLINK_DIALECT "development") # standard, development, etc
set(MAVLINK_DIALECT "common") # standard, development, etc
# force mavlink dialect to standard if flash constrained
if(px4_constrained_flash_build)