diff --git a/firmware/ice40-riscv/e1-tracer/usb_desc_app.c b/firmware/ice40-riscv/e1-tracer/usb_desc_app.c index e9aa9d6..a87025c 100644 --- a/firmware/ice40-riscv/e1-tracer/usb_desc_app.c +++ b/firmware/ice40-riscv/e1-tracer/usb_desc_app.c @@ -156,7 +156,7 @@ static const struct { .bLength = sizeof(struct usb_conf_desc), .bDescriptorType = USB_DT_CONF, .wTotalLength = sizeof(_app_conf_desc_e1d), - .bNumInterfaces = 3, + .bNumInterfaces = 2, .bConfigurationValue = 2, .iConfiguration = 7, .bmAttributes = 0x80,