From f5568d7ce5a88f1b39f13b81c6503e2bdd3b9f2b Mon Sep 17 00:00:00 2001 From: bugobliterator Date: Fri, 2 Jun 2023 09:14:16 +1000 Subject: [PATCH] ArduCopter: move sysid_my_gcs to be public --- ArduCopter/GCS_Copter.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ArduCopter/GCS_Copter.h b/ArduCopter/GCS_Copter.h index e00ec46f37..4e419add63 100644 --- a/ArduCopter/GCS_Copter.h +++ b/ArduCopter/GCS_Copter.h @@ -28,9 +28,10 @@ public: bool simple_input_active() const override; bool supersimple_input_active() const override; + uint8_t sysid_this_mav() const override; + protected: - uint8_t sysid_this_mav() const override; // minimum amount of time (in microseconds) that must remain in // the main scheduler loop before we are allowed to send any