Copter: move CIRCLE_RADIUS definition

This commit is contained in:
Randy Mackay 2013-08-07 14:03:28 +09:00
parent e1fe4946fb
commit d0dc5813cf

View File

@ -651,6 +651,10 @@
# define CIRCLE_NAV NAV_CIRCLE
#endif
#ifndef CIRCLE_RADIUS
# define CIRCLE_RADIUS 10 // radius in meters for circle mode
#endif
#ifndef CIRCLE_RATE
# define CIRCLE_RATE 20.0f // degrees per second turn rate
#endif
@ -1060,13 +1064,6 @@
LOGBIT(COMPASS) | \
LOGBIT(INAV)
//////////////////////////////////////////////////////////////////////////////
// Circle navigation defaults
//
#ifndef CIRCLE_RADIUS
# define CIRCLE_RADIUS 10 // meters for circle mode
#endif
//////////////////////////////////////////////////////////////////////////////
// AP_Limits Defaults
//