mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-18 06:38:29 -04:00
AP_Periph: add missing mandatory virtual method define for GCS_MAVLink
This commit is contained in:
parent
1e99226fd9
commit
37cfe71257
@ -41,6 +41,7 @@ protected:
|
|||||||
|
|
||||||
void send_nav_controller_output() const override {};
|
void send_nav_controller_output() const override {};
|
||||||
void send_pid_tuning() override {};
|
void send_pid_tuning() override {};
|
||||||
|
virtual uint8_t send_available_mode(uint8_t index) const override { return 0; }
|
||||||
};
|
};
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user