targets: remove usbpid of bootloader

For more information, see
https://github.com/tinygo-org/tinygo/pull/3168
This commit is contained in:
sago35
2022-09-17 11:50:41 +09:00
committed by Ron Evans
parent 5a41ed6329
commit aca1ad187d
22 changed files with 22 additions and 22 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
"inherits": ["atsamd51j19a"],
"build-tags": ["feather_m4"],
"serial": "usb",
"serial-port": ["acm:239a:8022", "acm:239a:0022"],
"serial-port": ["acm:239a:8022"],
"flash-1200-bps-reset": "true",
"flash-method": "msd",
"msd-volume-name": "FEATHERBOOT",