AntennaTracker: move sysid_my_gcs to be public
This commit is contained in:
parent
04b7c7e4ee
commit
b36cac5d36
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user