From 370e378bf6b0058529c868437c6b21de8656183c Mon Sep 17 00:00:00 2001 From: Peter Barker Date: Wed, 19 Feb 2020 10:00:32 +1100 Subject: [PATCH] AP_ICEngine: correct IDLE_DB parameter documentation --- libraries/AP_ICEngine/AP_ICEngine.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/AP_ICEngine/AP_ICEngine.cpp b/libraries/AP_ICEngine/AP_ICEngine.cpp index 9be25d26a5..e53b544757 100644 --- a/libraries/AP_ICEngine/AP_ICEngine.cpp +++ b/libraries/AP_ICEngine/AP_ICEngine.cpp @@ -117,7 +117,7 @@ const AP_Param::GroupInfo AP_ICEngine::var_info[] = { // @User: Advanced AP_GROUPINFO("IDLE_RPM", 12, AP_ICEngine, idle_rpm, -1), - // @Param: ICE_IDLE_DB + // @Param: IDLE_DB // @DisplayName: Deadband for Idle Governor // @Description: This configures the deadband that is tolerated before adjusting the idle setpoint AP_GROUPINFO("IDLE_DB", 13, AP_ICEngine, idle_db, 50),