Copter: fix to SPIN_ARMED parameter desciption

This commit is contained in:
Randy Mackay 2013-07-16 12:59:12 +09:00
parent b709b90a59
commit 62f3eed4e0

View File

@ -38,7 +38,7 @@ const AP_Param::GroupInfo AP_Motors::var_info[] PROGMEM = {
// @Param: SPIN_ARMED
// @DisplayName: Motors always spin when armed
// @Description: Controls whether motors always spin when armed
// @Values: 0:Do Not Spin,50:Slow,90:Medium,130:Fast
// @Values: 0:Do Not Spin,50:Slow,85:Medium,120:Fast
AP_GROUPINFO("SPIN_ARMED", 4, AP_Motors, _spin_when_armed, AP_MOTORS_SPIN_WHEN_ARMED),
AP_GROUPEND