Skip to content

Commit c8570f5

Browse files
committed
RC_Channel: add DroneCAN, MAVRadio to RC_PROTOCOLS description
1 parent c13f2a3 commit c8570f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/RC_Channel/RC_Channels_VarInfo.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ const AP_Param::GroupInfo RC_Channels::var_info[] = {
101101
// @DisplayName: RC protocols enabled
102102
// @Description: Bitmask of enabled RC protocols. Allows narrowing the protocol detection to only specific types of RC receivers which can avoid issues with incorrect detection. Set to 1 to enable all protocols.
103103
// @User: Advanced
104-
// @Bitmask: 0:All,1:PPM,2:IBUS,3:SBUS,4:SBUS_NI,5:DSM,6:SUMD,7:SRXL,8:SRXL2,9:CRSF,10:ST24,11:FPORT,12:FPORT2,13:FastSBUS
104+
// @Bitmask: 0:All,1:PPM,2:IBUS,3:SBUS,4:SBUS_NI,5:DSM,6:SUMD,7:SRXL,8:SRXL2,9:CRSF,10:ST24,11:FPORT,12:FPORT2,13:FastSBUS,14:DroneCAN,15:MAVRadio
105105
AP_GROUPINFO("_PROTOCOLS", 34, RC_CHANNELS_SUBCLASS, _protocols, 1),
106106

107107
// @Param: _FS_TIMEOUT

0 commit comments

Comments
 (0)