Skip to content

Commit

Permalink
Fix assert in multiprotocol
Browse files Browse the repository at this point in the history
  • Loading branch information
schwabe committed Aug 20, 2017
1 parent a41d2af commit abe8572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion companion/src/multiprotocols.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ const Multiprotocols multiProtocols {
{ MM_RF_PROTO_Q2X2, 2, STR_SUBTYPE_Q2X2, nullptr },
{ MM_RF_PROTO_WK_2X01, 5, STR_SUBTYPE_WK2x01, nullptr },
{ MM_RF_PROTO_Q303, 3, STR_SUBTYPE_Q303, nullptr },
{ MM_RF_CUSTOM_SELECTED, 7, NO_SUBTYPE, STR_MULTI_OPTION },
{ MM_RF_CUSTOM_SELECTED, 7, STR_SUBTYPE_CUSTOM, STR_MULTI_OPTION },

// Sentinel and default for protocols not listed above (MM_RF_CUSTOM is 0xff)
{ 0xfe, 0, NO_SUBTYPE, nullptr }
Expand Down

0 comments on commit abe8572

Please sign in to comment.