mirror of https://github.com/ArduPilot/ardupilot
Blimp: move sysid_my_gcs to be public
This commit is contained in:
parent
a7f9ec4d7c
commit
b74d2bff67
|
@ -25,10 +25,10 @@ public:
|
|||
|
||||
bool vehicle_initialised() const override;
|
||||
|
||||
protected:
|
||||
|
||||
uint8_t sysid_this_mav() const override;
|
||||
|
||||
protected:
|
||||
|
||||
// minimum amount of time (in microseconds) that must remain in
|
||||
// the main scheduler loop before we are allowed to send any
|
||||
// mavlink messages. We want to prioritise the main flight
|
||||
|
|
Loading…
Reference in New Issue