diff --git a/Blimp/GCS_Blimp.h b/Blimp/GCS_Blimp.h index c07facca56..830e0abc20 100644 --- a/Blimp/GCS_Blimp.h +++ b/Blimp/GCS_Blimp.h @@ -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