mirror of https://github.com/ArduPilot/ardupilot
Set loiter rate enabled by default
This commit is contained in:
parent
e06d8142c1
commit
ba68d6d8a1
|
@ -664,7 +664,7 @@
|
||||||
// Loiter Navigation control gains
|
// Loiter Navigation control gains
|
||||||
//
|
//
|
||||||
#ifndef LOITER_RATE
|
#ifndef LOITER_RATE
|
||||||
# define LOITER_RATE 0
|
# define LOITER_RATE 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef LOITER_RATE_P
|
#ifndef LOITER_RATE_P
|
||||||
|
|
Loading…
Reference in New Issue