aboutsummaryrefslogtreecommitdiffhomepage
path: root/targets
diff options
context:
space:
mode:
authorYurii Soldak <[email protected]>2022-08-26 21:52:20 +0200
committerRon Evans <[email protected]>2022-08-29 09:44:03 +0200
commitf094e895c55204730b0230b3b2f6fc3bb32f325a (patch)
tree9a9abd639bc3733616737c32d1d7bfce639136b4 /targets
parent55573c672902727b3c5b37801239972f1e8955b9 (diff)
downloadtinygo-f094e895c55204730b0230b3b2f6fc3bb32f325a.tar.gz
tinygo-f094e895c55204730b0230b3b2f6fc3bb32f325a.zip
p1am-100: remove duplicate build tags
Diffstat (limited to 'targets')
-rw-r--r--targets/p1am-100.json2
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"
}