Browse Source

Copter: set_mid_throttle renamed to set_hover_throttle

master
Randy Mackay 10 years ago
parent
commit
c711179ffe
  1. 2
      ArduCopter/motors.pde

2
ArduCopter/motors.pde

@ -173,7 +173,7 @@ static bool init_arm_motors(bool arming_from_gcs) @@ -173,7 +173,7 @@ static bool init_arm_motors(bool arming_from_gcs)
hal.util->set_soft_armed(true);
// set hover throttle
motors.set_mid_throttle(g.throttle_mid);
motors.set_hover_throttle(g.throttle_mid);
#if SPRAYER == ENABLED
// turn off sprayer's test if on

Loading…
Cancel
Save