We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cd0570 commit e470ea6Copy full SHA for e470ea6
src/utility/LogCollection.cpp
@@ -59,6 +59,8 @@ std::string protocolToString(XLinkProtocol_t protocol) {
59
return "X_LINK_LOCAL_SHDMEM";
60
case X_LINK_TCP_IP_OR_LOCAL_SHDMEM:
61
return "X_LINK_TCP_IP_OR_LOCAL_SHDMEM";
62
+ case X_LINK_USB_EP:
63
+ return "X_LINK_USB_EP";
64
case X_LINK_NMB_OF_PROTOCOLS:
65
return "X_LINK_NMB_OF_PROTOCOLS";
66
case X_LINK_ANY_PROTOCOL:
0 commit comments