aboutsummaryrefslogtreecommitdiffhomepage
path: root/targets/feather-nrf52840-sense.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/feather-nrf52840-sense.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/feather-nrf52840-sense.json')
-rw-r--r--targets/feather-nrf52840-sense.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/targets/feather-nrf52840-sense.json b/targets/feather-nrf52840-sense.json
index d378c1715..a5a3da19b 100644
--- a/targets/feather-nrf52840-sense.json
+++ b/targets/feather-nrf52840-sense.json
@@ -1,6 +1,6 @@
{
"inherits": ["nrf52840", "nrf52840-s140v6-uf2"],
"build-tags": ["feather_nrf52840_sense"],
- "serial-port": ["acm:239a:8087", "acm:239a:0087", "acm:239a:0088", "acm:239a:8088"],
+ "serial-port": ["acm:239a:8087", "acm:239a:8088"],
"msd-volume-name": "FTHRSNSBOOT"
}