AntennaTracker: move sysid_my_gcs to be public

This commit is contained in:
bugobliterator 2023-06-02 09:13:30 +10:00 committed by Peter Barker
parent 04b7c7e4ee
commit b36cac5d36
1 changed files with 2 additions and 1 deletions

View File

@ -9,6 +9,8 @@ public:
using GCS_MAVLINK::GCS_MAVLINK;
uint8_t sysid_my_gcs() const override;
protected:
// telem_delay is not used by Tracker but is pure virtual, thus
@ -16,7 +18,6 @@ protected:
// as currently Tracker may brick XBees
uint32_t telem_delay() const override { return 0; }
uint8_t sysid_my_gcs() const override;
MAV_RESULT handle_command_component_arm_disarm(const mavlink_command_long_t &packet) override;
MAV_RESULT _handle_command_preflight_calibration_baro(const mavlink_message_t &msg) override;