mirror of https://github.com/ArduPilot/ardupilot
ArduPlane: move sysid_my_gcs to be public
This commit is contained in:
parent
c2a4df1369
commit
44420fe9c7
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue