mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
AP_Vehicle: formatting fixes
This commit is contained in:
parent
2526aaeb74
commit
8d12c25555
@ -229,14 +229,13 @@ protected:
|
||||
|
||||
private:
|
||||
|
||||
static AP_Vehicle *_singleton;
|
||||
|
||||
// delay() callback that processing MAVLink packets
|
||||
static void scheduler_delay_callback();
|
||||
|
||||
// true if vehicle is probably flying
|
||||
bool likely_flying;
|
||||
// time when likely_flying last went true
|
||||
uint32_t _last_flying_ms;
|
||||
bool likely_flying; // true if vehicle is probably flying
|
||||
uint32_t _last_flying_ms; // time when likely_flying last went true
|
||||
|
||||
static AP_Vehicle *_singleton;
|
||||
};
|
||||
|
||||
namespace AP {
|
||||
|
Loading…
Reference in New Issue
Block a user