Skip to content

Commit

Permalink
Merge pull request mavlink#80 from Dronecode/fix-mission-results
Browse files Browse the repository at this point in the history
mission: add missing result
  • Loading branch information
julianoes committed Apr 30, 2019
2 parents 556d757 + baa9e2a commit dccc604
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions protos/mission/mission.proto
Original file line number Diff line number Diff line change
Expand Up @@ -119,5 +119,6 @@ message MissionResult {
FAILED_TO_OPEN_QGC_PLAN = 9;
FAILED_TO_PARSE_QGC_PLAN = 10;
UNSUPPORTED_MISSION_CMD = 11;
TRANSFER_CANCELLED = 12;
}
}

0 comments on commit dccc604

Please sign in to comment.