mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
AP_Proximity: rename send_extended_status1 to send_sys_status
This commit is contained in:
parent
c4bee518bb
commit
3a7ab5f67e
@ -136,7 +136,7 @@ public:
|
|||||||
|
|
||||||
static AP_Proximity *get_singleton(void) { return _singleton; };
|
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
|
// these methods cover only the primary instance
|
||||||
bool sensor_present() const;
|
bool sensor_present() const;
|
||||||
bool sensor_enabled() const;
|
bool sensor_enabled() const;
|
||||||
|
Loading…
Reference in New Issue
Block a user