mirror of https://github.com/ArduPilot/ardupilot
ArduCopter: move sysid_my_gcs to be public
This commit is contained in:
parent
962c2c35cf
commit
f5568d7ce5
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue