AC_Fence: rename send_extended_status1 to send_sys_status
This commit is contained in:
parent
e2e17b8822
commit
c4bee518bb
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user