AP_Vehicle: formatting fixes

This commit is contained in:
Randy Mackay 2020-02-25 20:21:59 +09:00 committed by WickedShell
parent 2526aaeb74
commit 8d12c25555

View File

@ -229,14 +229,13 @@ protected:
private: private:
static AP_Vehicle *_singleton; // delay() callback that processing MAVLink packets
static void scheduler_delay_callback(); static void scheduler_delay_callback();
// true if vehicle is probably flying bool likely_flying; // true if vehicle is probably flying
bool likely_flying; uint32_t _last_flying_ms; // time when likely_flying last went true
// time when likely_flying last went true
uint32_t _last_flying_ms; static AP_Vehicle *_singleton;
}; };
namespace AP { namespace AP {