Copter: Corrected typo in RC_FEEL_RP parameter description

This commit is contained in:
Craig Elder 2014-04-28 23:56:49 -07:00
parent 0bc0abf02d
commit 241557e5e0

View File

@ -402,7 +402,7 @@ const AP_Param::Info var_info[] PROGMEM = {
// @Param: RC_FEEL_RP
// @DisplayName: RC Feel Roll/Pitch
// @Description: RC feel for roll/pitch which controls vehicle response to user input with 0 being extremely soft and 100 begin crisp
// @Description: RC feel for roll/pitch which controls vehicle response to user input with 0 being extremely soft and 100 being crisp
// @Range: 0 100
// @Increment: 1
// @User: Standard