mirror of
https://github.com/ArduPilot/ardupilot.git
synced 2026-02-06 04:25:18 +08:00
ArduSub: move telem_delay up into MAV_TELEM_DELAY
This commit is contained in:
committed by
Peter Barker
parent
f7e47741bb
commit
f0505417db
@@ -10,10 +10,6 @@ public:
|
||||
|
||||
protected:
|
||||
|
||||
uint32_t telem_delay() const override {
|
||||
return 0;
|
||||
};
|
||||
|
||||
MAV_RESULT handle_flight_termination(const mavlink_command_int_t &packet) override;
|
||||
|
||||
MAV_RESULT handle_command_do_set_roi(const Location &roi_loc) override;
|
||||
|
||||
Reference in New Issue
Block a user