ArduSub: move telem_delay up into MAV_TELEM_DELAY

This commit is contained in:
Peter Barker
2025-03-26 14:57:28 +11:00
committed by Peter Barker
parent f7e47741bb
commit f0505417db

View File

@@ -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;