mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-19 03:54:01 +00:00
sam: remove redundant build tags
Some build tags were duplicated. This commit removes them.
This commit is contained in:
committed by
Ron Evans
parent
9a7e633997
commit
3f680b75f3
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"inherits": ["cortex-m4"],
|
||||
"build-tags": ["atsamd51j19", "atsamd51", "sam"],
|
||||
"build-tags": ["atsamd51j19a", "atsamd51j19", "atsamd51", "sam"],
|
||||
"cflags": [
|
||||
"-Qunused-arguments"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user