mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-20 04:19:04 +00:00
fix typo
This commit is contained in:
committed by
Daniel Esteban
parent
6cdfc298cf
commit
9679e7f1cc
@@ -73,7 +73,7 @@ const (
|
|||||||
|
|
||||||
// USB CDC identifiers
|
// USB CDC identifiers
|
||||||
const (
|
const (
|
||||||
usb_STRING_PRODUCT = "Gopher Badger"
|
usb_STRING_PRODUCT = "Gopher Badge"
|
||||||
usb_STRING_MANUFACTURER = "TinyGo"
|
usb_STRING_MANUFACTURER = "TinyGo"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user