ArduCopter: removed unused AUTO_THROTTLE_HOLD #define

This commit is contained in:
rmackay9 2012-11-24 16:46:34 +09:00
parent ea9f357dc0
commit b26f2861ff
1 changed files with 0 additions and 4 deletions

View File

@ -862,10 +862,6 @@
//////////////////////////////////////////////////////////////////////////////
// Throttle control gains
//
#ifndef AUTO_THROTTLE_HOLD
# define AUTO_THROTTLE_HOLD 1
#endif
#ifndef THROTTLE_CRUISE
# define THROTTLE_CRUISE 450 //
#endif