diff options
author | Ron Evans <[email protected]> | 2020-03-17 11:14:47 +0100 |
---|---|---|
committer | Ayke <[email protected]> | 2020-03-18 12:08:15 +0100 |
commit | fa861085c0c6af22d0576bedc4abb40b5f6e048d (patch) | |
tree | f79fee2b56ac444c652ca27f5e610440ef91a76e /src/machine/board_pyportal.go | |
parent | a02d4e0b77ab5507f8bc12caec499062110447a5 (diff) | |
download | tinygo-fa861085c0c6af22d0576bedc4abb40b5f6e048d.tar.gz tinygo-fa861085c0c6af22d0576bedc4abb40b5f6e048d.zip |
machine/adafruit: make all USB vendor and product names string descriptors consistent
Signed-off-by: Ron Evans <[email protected]>
Diffstat (limited to 'src/machine/board_pyportal.go')
-rw-r--r-- | src/machine/board_pyportal.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/machine/board_pyportal.go b/src/machine/board_pyportal.go index 5258cf166..7000631ef 100644 --- a/src/machine/board_pyportal.go +++ b/src/machine/board_pyportal.go @@ -147,7 +147,7 @@ var ( // USB CDC identifiers const ( usb_STRING_PRODUCT = "Adafruit PyPortal M4" - usb_STRING_MANUFACTURER = "Adafruit LLC" + usb_STRING_MANUFACTURER = "Adafruit" ) var ( |