mirror of https://github.com/ArduPilot/ardupilot
AC_Fence: Matching Message Style
This commit is contained in:
parent
977ec1a7d6
commit
b12fcff89a
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue