Rover: remove unimplemented mavlink_set_mode

This commit is contained in:
Peter Barker 2021-08-25 11:43:36 +10:00 committed by Randy Mackay
parent a292fe13d6
commit 44a72cfab1
1 changed files with 0 additions and 1 deletions

View File

@ -379,7 +379,6 @@ private:
bool set_mode(Mode &new_mode, ModeReason reason);
bool set_mode(const uint8_t new_mode, ModeReason reason) override;
uint8_t get_mode() const override { return (uint8_t)control_mode->mode_number(); }
bool mavlink_set_mode(uint8_t mode);
void startup_INS_ground(void);
void notify_mode(const Mode *new_mode);
uint8_t check_digital_pin(uint8_t pin);