Skip to content

Commit

Permalink
Merge branch 'develop' into douglas/mavlinkDebugLogs
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasVautherin committed May 3, 2019
2 parents 7264b87 + e3a1060 commit 0bba190
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugins/offboard/offboard.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ const char *Offboard::result_str(Result result)
return "Command denied";
case Result::TIMEOUT:
return "Timeout";
case Result::NO_SETPOINT_SET:
return "No setpoint set";
case Result::UNKNOWN:
default:
return "Unknown";
Expand Down

0 comments on commit 0bba190

Please sign in to comment.