diff options
| author | hathach <[email protected]> | 2025-10-01 20:56:20 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2025-10-02 10:43:55 +0700 |
| commit | 6d32256188d578079b0d050509f2c7d7178897a0 (patch) | |
| tree | 76e5f21d6321480da5bb1f87b318c06793455cd5 /examples | |
| parent | 26939587b55dc3c6958a3b630664e6a0b7d9da9b (diff) | |
HIL add timeout for opening mtp device
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/device/mtp/src/usb_descriptors.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/device/mtp/src/usb_descriptors.c b/examples/device/mtp/src/usb_descriptors.c index 810137c46..ddda4d686 100644 --- a/examples/device/mtp/src/usb_descriptors.c +++ b/examples/device/mtp/src/usb_descriptors.c @@ -143,7 +143,7 @@ char const *string_desc_arr[] = "TinyUsb", // 1: Manufacturer "TinyUsb Device", // 2: Product NULL, // 3: Serials will use unique ID if possible - "TinyUSBB MTP", // 4: MTP Interface + "TinyUSB MTP", // 4: MTP Interface }; static uint16_t _desc_str[32 + 1]; |
