mirror of https://github.com/ArduPilot/ardupilot
ArduPlane: move sysid_my_gcs to be public
This commit is contained in:
parent
1242054cbb
commit
f3159eeb58
|
@ -11,6 +11,8 @@ public:
|
|||
|
||||
using GCS_MAVLINK::GCS_MAVLINK;
|
||||
|
||||
uint8_t sysid_my_gcs() const override;
|
||||
|
||||
protected:
|
||||
|
||||
uint32_t telem_delay() const override;
|
||||
|
@ -19,7 +21,6 @@ protected:
|
|||
void handle_mission_set_current(AP_Mission &mission, const mavlink_message_t &msg) override;
|
||||
#endif
|
||||
|
||||
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;
|
||||
|
|
Loading…
Reference in New Issue