aboutsummaryrefslogtreecommitdiffhomepage
path: root/targets/trinket-m0.json
diff options
context:
space:
mode:
authorsago35 <[email protected]>2022-09-17 11:50:41 +0900
committerRon Evans <[email protected]>2022-09-17 11:00:31 +0200
commitaca1ad187da503117be2365f5d3b92ed71ce8519 (patch)
tree0630e8b18c357cf2a6caf7b12581f68bb37b902c /targets/trinket-m0.json
parent5a41ed6329475edef4d60222701fa11881581df9 (diff)
downloadtinygo-aca1ad187da503117be2365f5d3b92ed71ce8519.tar.gz
tinygo-aca1ad187da503117be2365f5d3b92ed71ce8519.zip
targets: remove usbpid of bootloader
For more information, see https://github.com/tinygo-org/tinygo/pull/3168
Diffstat (limited to 'targets/trinket-m0.json')
-rw-r--r--targets/trinket-m0.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/targets/trinket-m0.json b/targets/trinket-m0.json
index 61bfc0a19..e5008fd92 100644
--- a/targets/trinket-m0.json
+++ b/targets/trinket-m0.json
@@ -2,7 +2,7 @@
"inherits": ["atsamd21e18a"],
"build-tags": ["trinket_m0"],
"serial": "usb",
- "serial-port": ["acm:239a:801e", "acm:239a:001e"],
+ "serial-port": ["acm:239a:801e"],
"flash-1200-bps-reset": "true",
"flash-method": "msd",
"msd-volume-name": "TRINKETBOOT",