mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-11 02:18:29 -04:00
AP_MotorsHeli: add comment to avoid param conflict
This commit is contained in:
parent
4c94a69e33
commit
1a1fa7ca4b
@ -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…
Reference in New Issue
Block a user