mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
Plane: disallow changing to INITIALISING mode
This commit is contained in:
parent
d487d6152e
commit
87486739d1
@ -315,6 +315,8 @@ public:
|
|||||||
const char *name() const override { return "INITIALISING"; }
|
const char *name() const override { return "INITIALISING"; }
|
||||||
const char *name4() const override { return "INIT"; }
|
const char *name4() const override { return "INIT"; }
|
||||||
|
|
||||||
|
bool _enter() override { return false; }
|
||||||
|
|
||||||
// methods that affect movement of the vehicle in this mode
|
// methods that affect movement of the vehicle in this mode
|
||||||
void update() override { }
|
void update() override { }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user