Skip to content

Commit

Permalink
update mavlink tag in cmake, fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
dakejahl authored and DonLakeFlyer committed Jan 4, 2025
1 parent 5ef1964 commit bbaf320
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion cmake/CustomOptions.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ option(QGC_ENABLE_GST_VIDEOSTREAMING "Enable GStreamer Video Backend" ON)
option(QGC_ENABLE_QT_VIDEOSTREAMING "Enable QtMultimedia Video Backend" OFF) # Qt6Multimedia_FOUND

set(QGC_MAVLINK_GIT_REPO "https://github.com/mavlink/c_library_v2.git" CACHE STRING "URL to MAVLink Git Repo")
set(QGC_MAVLINK_GIT_TAG "4db2f67156d996eae90ef437a73353468d850407" CACHE STRING "Tag of MAVLink Git Repo")
set(QGC_MAVLINK_GIT_TAG "b71f061a53941637cbcfc5bcf860f96bc82e0892" CACHE STRING "Tag of MAVLink Git Repo")

set(QGC_QT_ANDROID_MIN_SDK_VERSION "26" CACHE STRING "Android Min SDK Version")
set(QGC_QT_ANDROID_TARGET_SDK_VERSION "35" CACHE STRING "Android Target SDK Version")
Expand Down
3 changes: 0 additions & 3 deletions src/Vehicle/StandardModes.cc
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,6 @@ void StandardModes::gotMessage(MAV_RESULT result, const mavlink_message_t &messa
case MAV_STANDARD_MODE_ALTITUDE_HOLD:
name = "Altitude";
break;
case MAV_STANDARD_MODE_RETURN_HOME:
name = "Return";
break;
case MAV_STANDARD_MODE_SAFE_RECOVERY:
name = "Safe Recovery";
break;
Expand Down

0 comments on commit bbaf320

Please sign in to comment.