mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-30 20:48:33 -04:00
ArduPlane: reserve offboard mode ID
Signed-off-by: Ryan Friedman <25047695+Ryanf55@users.noreply.github.com>
This commit is contained in:
parent
ab27d49eee
commit
ee5d87f995
@ -61,6 +61,8 @@ public:
|
|||||||
#if HAL_QUADPLANE_ENABLED
|
#if HAL_QUADPLANE_ENABLED
|
||||||
LOITER_ALT_QLAND = 25,
|
LOITER_ALT_QLAND = 25,
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
// Mode number 30 reserved for "offboard" for external/lua control.
|
||||||
};
|
};
|
||||||
|
|
||||||
// Constructor
|
// Constructor
|
||||||
|
Loading…
Reference in New Issue
Block a user