mirror of https://github.com/ArduPilot/ardupilot
Fixed Yaw mode for CIRCLE
This commit is contained in:
parent
db331efbae
commit
810d8e5cde
|
@ -345,7 +345,7 @@
|
|||
|
||||
// CIRCLE Mode
|
||||
#ifndef CIRCLE_YAW
|
||||
# define CIRCLE_YAW YAW_HOLD
|
||||
# define CIRCLE_YAW YAW_AUTO
|
||||
#endif
|
||||
|
||||
#ifndef CIRCLE_RP
|
||||
|
|
Loading…
Reference in New Issue