From 2a9801f191ca5e86c1c702afe8d5cbdf2c3edc4b Mon Sep 17 00:00:00 2001 From: Hamish Willee Date: Thu, 13 Oct 2022 12:29:09 +1100 Subject: [PATCH] Default mavlink dialect should be common.xml --- src/modules/mavlink/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/mavlink/CMakeLists.txt b/src/modules/mavlink/CMakeLists.txt index 196559d01f..ac6d96d87c 100644 --- a/src/modules/mavlink/CMakeLists.txt +++ b/src/modules/mavlink/CMakeLists.txt @@ -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)