RC_Channel: correct case in AvoidAPRoximity function string

This commit is contained in:
Peter Barker 2020-08-29 09:04:45 +10:00 committed by Randy Mackay
parent 936511a720
commit 9cdda81e9c
1 changed files with 1 additions and 1 deletions

View File

@ -531,7 +531,7 @@ const RC_Channel::LookupTable RC_Channel::lookuptable[] = {
{ AUX_FUNC::RELAY3,"Relay3"},
{ AUX_FUNC::RELAY4,"Relay4"},
{ AUX_FUNC::PRECISION_LOITER,"PrecisionLoiter"},
{ AUX_FUNC::AVOID_PROXIMITY,"AvoidPRoximity"},
{ AUX_FUNC::AVOID_PROXIMITY,"AvoidProximity"},
{ AUX_FUNC::WINCH_ENABLE,"WinchEnable"},
{ AUX_FUNC::WINCH_CONTROL,"WinchControl"},
{ AUX_FUNC::CLEAR_WP,"ClearWaypoint"},