Browse Source

AP_MotorsHeli: add comment to avoid param conflict

master
Randy Mackay 10 years ago
parent
commit
1a1fa7ca4b
  1. 4
      libraries/AP_Motors/AP_MotorsHeli.cpp

4
libraries/AP_Motors/AP_MotorsHeli.cpp

@ -204,6 +204,10 @@ const AP_Param::GroupInfo AP_MotorsHeli::var_info[] PROGMEM = {
// @User: Standard // @User: Standard
AP_GROUPINFO("TAIL_SPEED", 21, AP_MotorsHeli, _direct_drive_tailspeed, AP_MOTOR_HELI_DDTAIL_DEFAULT), AP_GROUPINFO("TAIL_SPEED", 21, AP_MotorsHeli, _direct_drive_tailspeed, AP_MOTOR_HELI_DDTAIL_DEFAULT),
// parameters 1 ~ 29 reserved for tradheli
// parameters 30 ~ 39 reserved for tricopter
// parameters 40 ~ 49 for single copter and coax copter (these have identical parameter files)
AP_GROUPEND AP_GROUPEND
}; };

Loading…
Cancel
Save