AP_Proximity: rename send_extended_status1 to send_sys_status

This commit is contained in:
Peter Barker 2018-12-04 15:32:52 +11:00 committed by Randy Mackay
parent c4bee518bb
commit 3a7ab5f67e

View File

@ -136,7 +136,7 @@ public:
static AP_Proximity *get_singleton(void) { return _singleton; };
// methods for mavlink SYS_STATUS message (send_extended_status1)
// methods for mavlink SYS_STATUS message (send_sys_status)
// these methods cover only the primary instance
bool sensor_present() const;
bool sensor_enabled() const;