mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-05 07:28:29 -04:00
DataFlash: rename send_extended_status1 to send_sys_status
This commit is contained in:
parent
3a7ab5f67e
commit
0bdeccb568
@ -211,7 +211,7 @@ public:
|
|||||||
const struct UnitStructure *unit(uint16_t num) const;
|
const struct UnitStructure *unit(uint16_t num) const;
|
||||||
const struct MultiplierStructure *multiplier(uint16_t num) const;
|
const struct MultiplierStructure *multiplier(uint16_t num) const;
|
||||||
|
|
||||||
// methods for mavlink SYS_STATUS message (send_extended_status1)
|
// methods for mavlink SYS_STATUS message (send_sys_status)
|
||||||
// these methods cover only the first logging backend used -
|
// these methods cover only the first logging backend used -
|
||||||
// typically DataFlash_File.
|
// typically DataFlash_File.
|
||||||
bool logging_present() const;
|
bool logging_present() const;
|
||||||
|
Loading…
Reference in New Issue
Block a user