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 aece49a commit 569f165Copy full SHA for 569f165
Firmware/pico-ice-default/usb_descriptors.c
@@ -47,9 +47,9 @@ char const *tud_string_desc[STRID_NUM_TOTAL] = {
47
[STRID_PRODUCT] = USB_PRODUCT,
48
[STRID_SERIAL_NUMBER] = usb_serial_number,
49
[STRID_VENDOR] = USB_VENDOR,
50
- [STRID_CDC+0] = "RP2040 UART",
+ [STRID_CDC+0] = "RP2040 logs",
51
[STRID_CDC+1] = "iCE40 UART",
52
- [STRID_MSC+0] = "iCE40 MSC (flash)",
53
- [STRID_DFU+0] = "iCE40 DFU (flash)",
54
- [STRID_DFU+1] = "iCE40 DFU (CRAM)",
+ [STRID_MSC+0] = "iCE40 MSC (Flash)",
+ [STRID_DFU+0] = "iCE40 DFU (CRAM)",
+ [STRID_DFU+1] = "iCE40 DFU (Flash)",
55
};
0 commit comments