mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
RC_Channel: correct case in AvoidAPRoximity function string
This commit is contained in:
parent
936511a720
commit
9cdda81e9c
@ -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"},
|
||||
|
Loading…
Reference in New Issue
Block a user