Browse Source

AP_Motors: removed unused variable

master
Andrew Tridgell 11 years ago
parent
commit
866e32f059
  1. 2
      libraries/AP_Motors/AP_Motors_Class.cpp

2
libraries/AP_Motors/AP_Motors_Class.cpp

@ -82,8 +82,6 @@ AP_Motors::AP_Motors( RC_Channel& rc_roll, RC_Channel& rc_pitch, RC_Channel& rc_
_hover_out(AP_MOTORS_DEFAULT_MID_THROTTLE), _hover_out(AP_MOTORS_DEFAULT_MID_THROTTLE),
_spin_when_armed_ramped(0) _spin_when_armed_ramped(0)
{ {
uint8_t i;
AP_Param::setup_object_defaults(this, var_info); AP_Param::setup_object_defaults(this, var_info);
// slow start motors from zero to min throttle // slow start motors from zero to min throttle

Loading…
Cancel
Save