ArduCopter - remove reference to AUTO_RESET_LOITER that is not used anymore

This commit is contained in:
rmackay9 2012-03-18 14:53:19 +09:00
parent 91b2b48fd8
commit dc92da818c
1 changed files with 0 additions and 4 deletions

View File

@ -899,10 +899,6 @@
# define USE_CURRENT_ALT FALSE
#endif
#ifndef AUTO_RESET_LOITER
# define AUTO_RESET_LOITER 1 // enables Loiter to reset it's current location based on stick input.
#endif
#ifndef CUT_MOTORS
# define CUT_MOTORS 1 // do we cut the motors with no throttle?
#endif