aboutsummaryrefslogtreecommitdiffhomepage
path: root/targets
diff options
context:
space:
mode:
authorsago35 <[email protected]>2022-09-16 08:48:50 +0900
committerRon Evans <[email protected]>2022-09-16 20:12:47 +0200
commit4af530f238c68fa2b5f1e048bd04a2a55264b4ec (patch)
treec4dac53e831ccaa3f94db18f73fd1e3a34a6fccf /targets
parentd3863f337d7370ef73e9de7d214ff3b8357ecf10 (diff)
downloadtinygo-4af530f238c68fa2b5f1e048bd04a2a55264b4ec.tar.gz
tinygo-4af530f238c68fa2b5f1e048bd04a2a55264b4ec.zip
wioterminal: remove serial-port setting of bootloader
Diffstat (limited to 'targets')
-rw-r--r--targets/wioterminal.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/targets/wioterminal.json b/targets/wioterminal.json
index 9fc4c555f..45ad7c5c9 100644
--- a/targets/wioterminal.json
+++ b/targets/wioterminal.json
@@ -2,7 +2,7 @@
"inherits": ["atsamd51p19a"],
"build-tags": ["wioterminal"],
"serial": "usb",
- "serial-port": ["acm:2886:002d", "acm:2886:802d"],
+ "serial-port": ["acm:2886:802d"],
"flash-1200-bps-reset": "true",
"flash-method": "msd",
"msd-volume-name": "Arduino",