From 0bdeccb568e8070e9fa9b15d560ceb7d7ade8520 Mon Sep 17 00:00:00 2001 From: Peter Barker Date: Tue, 4 Dec 2018 15:33:02 +1100 Subject: [PATCH] DataFlash: rename send_extended_status1 to send_sys_status --- libraries/DataFlash/DataFlash.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/DataFlash/DataFlash.h b/libraries/DataFlash/DataFlash.h index b4c73a5f6d..18c1ba4fbe 100644 --- a/libraries/DataFlash/DataFlash.h +++ b/libraries/DataFlash/DataFlash.h @@ -211,7 +211,7 @@ public: const struct UnitStructure *unit(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 - // typically DataFlash_File. bool logging_present() const;