Skip to content

Commit 43ca6d3

Browse files
cmake/CustomOptions.cmake: update mavlink c_library_v2 to latest version
1 parent ce73792 commit 43ca6d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/CustomOptions.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ option(QGC_ENABLE_QT_VIDEOSTREAMING "Enable QtMultimedia Video Backend" OFF) # Q
3535

3636
# MAVLink
3737
set(QGC_MAVLINK_GIT_REPO "https://github.com/mavlink/c_library_v2.git" CACHE STRING "URL to MAVLink Git Repo")
38-
set(QGC_MAVLINK_GIT_TAG "7ea034366ee7f09f3991a5b82f51f0c259023b38" CACHE STRING "Tag of MAVLink Git Repo")
38+
set(QGC_MAVLINK_GIT_TAG "19f9955598af9a9181064619bd2e3c04bd2d848a" CACHE STRING "Tag of MAVLink Git Repo")
3939

4040
# APM
4141
option(QGC_DISABLE_APM_MAVLINK "Disable APM Dialect" OFF)

0 commit comments

Comments
 (0)