Skip to content

Commit 569f165

Browse files
committed
adjust a mistake: DFU interface names were swapped
1 parent aece49a commit 569f165

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Firmware/pico-ice-default/usb_descriptors.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ char const *tud_string_desc[STRID_NUM_TOTAL] = {
4747
[STRID_PRODUCT] = USB_PRODUCT,
4848
[STRID_SERIAL_NUMBER] = usb_serial_number,
4949
[STRID_VENDOR] = USB_VENDOR,
50-
[STRID_CDC+0] = "RP2040 UART",
50+
[STRID_CDC+0] = "RP2040 logs",
5151
[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)",
52+
[STRID_MSC+0] = "iCE40 MSC (Flash)",
53+
[STRID_DFU+0] = "iCE40 DFU (CRAM)",
54+
[STRID_DFU+1] = "iCE40 DFU (Flash)",
5555
};

0 commit comments

Comments
 (0)