AC_Fence: Matching Message Style

This commit is contained in:
murata 2020-07-04 08:29:45 +09:00 committed by Peter Barker
parent 977ec1a7d6
commit b12fcff89a
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@ bool AC_Fence::pre_arm_check(const char* &fail_msg) const
(_enabled_fences & AC_FENCE_TYPE_POLYGON)) {
Vector2f position;
if (!AP::ahrs().get_relative_position_NE_home(position)) {
fail_msg = "fence requires position";
fail_msg = "Fence requires position";
return false;
}
}