mirror of https://github.com/ArduPilot/ardupilot
Rover: move rally-point handling up
This commit is contained in:
parent
99cc684d0a
commit
2717244dd8
|
@ -17,6 +17,7 @@ protected:
|
|||
bool accept_packet(const mavlink_status_t &status, mavlink_message_t &msg) override;
|
||||
|
||||
AP_Mission *get_mission() override;
|
||||
AP_Rally *get_rally() const override { return nullptr; };
|
||||
|
||||
uint8_t sysid_my_gcs() const override;
|
||||
|
||||
|
|
Loading…
Reference in New Issue