Skip to content

Commit fce42fc

Browse files
committed
machine/thingplus: rename to the singular thing as that it the correct name
Signed-off-by: deadprogram <[email protected]>
1 parent 5d177d1 commit fce42fc

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/machine/board_thingsplus_rp2040.go renamed to src/machine/board_thingplus_rp2040.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
//go:build thingsplus_rp2040
2-
// +build thingsplus_rp2040
1+
//go:build thingplus_rp2040
2+
// +build thingplus_rp2040
33

44
package machine
55

targets/thingsplus-rp2040.json renamed to targets/thingplus-rp2040.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"rp2040"
44
],
55
"serial": "uart",
6-
"build-tags": ["thingsplus_rp2040"],
7-
"linkerscript": "targets/thingsplus-rp2040.ld",
6+
"build-tags": ["thingplus_rp2040"],
7+
"linkerscript": "targets/thingplus-rp2040.ld",
88
"extra-files": [
99
"targets/pico-boot-stage2.S"
1010
]
File renamed without changes.

0 commit comments

Comments
 (0)