mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-16 02:33:28 +00:00
targets: make msd-volume-name an array
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
"build-tags": ["reelboard"],
|
||||
"serial": "uart",
|
||||
"flash-method": "msd",
|
||||
"msd-volume-name": "reel-board",
|
||||
"msd-volume-name": ["reel-board"],
|
||||
"msd-firmware-name": "firmware.hex",
|
||||
"openocd-interface": "cmsis-dap"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user