Skip to content

Commit

Permalink
AC_FENCE:correct prearm message
Browse files Browse the repository at this point in the history
  • Loading branch information
Hwurzburg committed Jul 24, 2024
1 parent 57d6815 commit 6ee6959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/AC_Fence/AC_Fence.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ bool AC_Fence::pre_arm_check(const char* &fail_msg) const

// check no limits are currently breached
if (_breached_fences) {
fail_msg = "vehicle outside fence";
fail_msg = "Vehicle breaching fence";
return false;
}

Expand Down

0 comments on commit 6ee6959

Please sign in to comment.