AC_Fence: rename send_extended_status1 to send_sys_status

This commit is contained in:
Peter Barker 2018-12-04 15:32:42 +11:00 committed by Randy Mackay
parent e2e17b8822
commit c4bee518bb
2 changed files with 2 additions and 2 deletions

View File

@ -567,7 +567,7 @@ bool AC_Fence::load_polygon_from_eeprom(bool force_reload)
return true;
}
// methods for mavlink SYS_STATUS message (send_extended_status1)
// methods for mavlink SYS_STATUS message (send_sys_status)
bool AC_Fence::sys_status_present() const
{
return _enabled;

View File

@ -108,7 +108,7 @@ public:
static const struct AP_Param::GroupInfo var_info[];
// methods for mavlink SYS_STATUS message (send_extended_status1)
// methods for mavlink SYS_STATUS message (send_sys_status)
bool sys_status_present() const;
bool sys_status_enabled() const;
bool sys_status_failed() const;