remove usb serialnumber #32

This commit is contained in:
awalol
2026-05-07 19:13:23 +08:00
parent b736cc91d7
commit e79c76276f
+1 -1
View File
@@ -57,7 +57,7 @@ tusb_desc_device_t desc_device =
.iManufacturer = 0x01,
.iProduct = 0x02,
.iSerialNumber = 0x03,
.iSerialNumber = 0x00,
.bNumConfigurations = 0x01
};