Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AP_Motors: Change to description(NFC) #12504

Merged
merged 1 commit into from Oct 7, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions libraries/AP_Motors/AP_MotorsMulticopter.cpp
Expand Up @@ -137,9 +137,9 @@ const AP_Param::GroupInfo AP_MotorsMulticopter::var_info[] = {
// @Param: HOVER_LEARN
// @DisplayName: Hover Value Learning
// @Description: Enable/Disable automatic learning of hover throttle
// @Values{Copter}: 0:Disabled, 1:Learn, 2:LearnAndSave
// @Values{Copter}: 0:Disabled, 1:Learn, 2:Learn and Save
// @Values{Sub}: 0:Disabled
// @Values{Plane}: 0:Disabled, 1:Learn, 2:LearnAndSave
// @Values{Plane}: 0:Disabled, 1:Learn, 2:Learn and Save
// @User: Advanced
AP_GROUPINFO("HOVER_LEARN", 22, AP_MotorsMulticopter, _throttle_hover_learn, HOVER_LEARN_AND_SAVE),

Expand Down