From f02b1ddea22b1fdbcb9c0afb9e7686616a392e82 Mon Sep 17 00:00:00 2001 From: Randy Mackay Date: Tue, 17 Dec 2024 10:49:46 +0900 Subject: [PATCH] Rover: mavlink stream rate requests not saved to params --- Rover/GCS_Mavlink.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/Rover/GCS_Mavlink.h b/Rover/GCS_Mavlink.h index 75d4534b1b..d26a00f894 100644 --- a/Rover/GCS_Mavlink.h +++ b/Rover/GCS_Mavlink.h @@ -29,8 +29,6 @@ protected: void send_position_target_global_int() override; - bool persist_streamrates() const override { return true; } - uint64_t capabilities() const override; void send_nav_controller_output() const override;