AP_Periph: add missing mandatory virtual method define for GCS_MAVLink

This commit is contained in:
bugobliterator 2024-11-14 16:00:32 +11:00 committed by Peter Barker
parent 1e99226fd9
commit 37cfe71257
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ protected:
void send_nav_controller_output() const override {};
void send_pid_tuning() override {};
virtual uint8_t send_available_mode(uint8_t index) const override { return 0; }
};
/*