mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-23 05:49:01 +00:00
machine/thingplus: rename to the singular thing as that it the correct name
Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
//go:build thingsplus_rp2040
|
//go:build thingplus_rp2040
|
||||||
// +build thingsplus_rp2040
|
// +build thingplus_rp2040
|
||||||
|
|
||||||
package machine
|
package machine
|
||||||
|
|
||||||
@@ -3,8 +3,8 @@
|
|||||||
"rp2040"
|
"rp2040"
|
||||||
],
|
],
|
||||||
"serial": "uart",
|
"serial": "uart",
|
||||||
"build-tags": ["thingsplus_rp2040"],
|
"build-tags": ["thingplus_rp2040"],
|
||||||
"linkerscript": "targets/thingsplus-rp2040.ld",
|
"linkerscript": "targets/thingplus-rp2040.ld",
|
||||||
"extra-files": [
|
"extra-files": [
|
||||||
"targets/pico-boot-stage2.S"
|
"targets/pico-boot-stage2.S"
|
||||||
]
|
]
|
||||||
Reference in New Issue
Block a user