ArduCopter: move sysid_my_gcs to be public

This commit is contained in:
bugobliterator 2023-06-02 09:14:16 +10:00 committed by Andrew Tridgell
parent 962c2c35cf
commit f5568d7ce5
1 changed files with 2 additions and 1 deletions

View File

@ -28,9 +28,10 @@ public:
bool simple_input_active() const override; bool simple_input_active() const override;
bool supersimple_input_active() const override; bool supersimple_input_active() const override;
uint8_t sysid_this_mav() const override;
protected: protected:
uint8_t sysid_this_mav() const override;
// minimum amount of time (in microseconds) that must remain in // minimum amount of time (in microseconds) that must remain in
// the main scheduler loop before we are allowed to send any // the main scheduler loop before we are allowed to send any