ArduPlane: move sysid_my_gcs to be public

This commit is contained in:
bugobliterator 2023-06-02 09:14:36 +10:00 committed by Andrew Tridgell
parent f5568d7ce5
commit 72809eea03
1 changed files with 2 additions and 1 deletions

View File

@ -11,13 +11,14 @@ public:
using GCS_MAVLINK::GCS_MAVLINK;
uint8_t sysid_my_gcs() const override;
protected:
uint32_t telem_delay() const override;
void handle_mission_set_current(AP_Mission &mission, const mavlink_message_t &msg) override;
uint8_t sysid_my_gcs() const override;
bool sysid_enforce() const override;
MAV_RESULT handle_command_preflight_calibration(const mavlink_command_long_t &packet, const mavlink_message_t &msg) override;