diff options
author | Yurii Soldak <[email protected]> | 2022-08-26 21:52:20 +0200 |
---|---|---|
committer | Ron Evans <[email protected]> | 2022-08-29 09:44:03 +0200 |
commit | f094e895c55204730b0230b3b2f6fc3bb32f325a (patch) | |
tree | 9a9abd639bc3733616737c32d1d7bfce639136b4 | |
parent | 55573c672902727b3c5b37801239972f1e8955b9 (diff) | |
download | tinygo-f094e895c55204730b0230b3b2f6fc3bb32f325a.tar.gz tinygo-f094e895c55204730b0230b3b2f6fc3bb32f325a.zip |
p1am-100: remove duplicate build tags
-rw-r--r-- | targets/p1am-100.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/targets/p1am-100.json b/targets/p1am-100.json index fcfaff1ac..f22f740a3 100644 --- a/targets/p1am-100.json +++ b/targets/p1am-100.json @@ -1,6 +1,6 @@ { "inherits": ["atsamd21g18a"], - "build-tags": ["sam", "atsamd21g18a", "p1am_100"], + "build-tags": ["p1am_100"], "flash-command": "bossac -d -i -e -w -v -R --port={port} --offset=0x2000 {bin}", "flash-1200-bps-reset": "true" } |