mirror of https://github.com/ArduPilot/ardupilot
Added missing Manual_level config
This commit is contained in:
parent
b03feabacc
commit
1eb2d0e485
|
@ -433,6 +433,14 @@
|
|||
//////////////////////////////////////////////////////////////////////////////
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
// Level with each startup = 0, level with MP/CLI only = 1
|
||||
//
|
||||
#ifndef MANUAL_LEVEL
|
||||
# define MANUAL_LEVEL 0
|
||||
#endif
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
// GROUND_START_DELAY
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue