mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-07 04:23:41 +00:00
machine/usb: add support for ISERIAL descriptor
This commit is contained in:
@@ -134,4 +134,8 @@ var (
|
||||
|
||||
// Product is the product name displayed for this USB device.
|
||||
Product string
|
||||
|
||||
// Serial is the serial value displayed for this USB device. Assign a value to
|
||||
// transmit the serial to the host when requested.
|
||||
Serial string
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user