ArduCopter: change TOY_M throttle mode to THROTTLE_HOLD

This commit is contained in:
rmackay9 2012-10-26 10:56:06 +09:00
parent 4877348c49
commit cebcc226ee

View File

@ -549,7 +549,7 @@ static void set_mode(byte mode)
yaw_mode = YAW_TOY;
roll_pitch_mode = ROLL_PITCH_TOY;
wp_control = NO_NAV_MODE;
throttle_mode = THROTTLE_MANUAL;
throttle_mode = THROTTLE_HOLD;
break;
default: