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 2914174 commit 4a3ce33Copy full SHA for 4a3ce33
samples/subsys/usb/common/sample_usbd_init.c
@@ -79,6 +79,7 @@ static void sample_fix_code_triple(struct usbd_context *uds_ctx,
79
if (IS_ENABLED(CONFIG_USBD_CDC_ACM_CLASS) ||
80
IS_ENABLED(CONFIG_USBD_CDC_ECM_CLASS) ||
81
IS_ENABLED(CONFIG_USBD_CDC_NCM_CLASS) ||
82
+ IS_ENABLED(CONFIG_USBD_MIDI2_CLASS) ||
83
IS_ENABLED(CONFIG_USBD_AUDIO2_CLASS)) {
84
/*
85
* Class with multiple interfaces have an Interface
0 commit comments