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 485cebf85c
commit 7bf4e22c7b

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