machine/thingplus: rename to the singular thing as that it the correct name

Signed-off-by: deadprogram <ron@hybridgroup.com>
Этот коммит содержится в:
deadprogram 2022-04-26 13:26:24 +02:00 коммит произвёл Ron Evans
родитель 5d177d1328
коммит fce42fc7fa
3 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -1,5 +1,5 @@
//go:build thingsplus_rp2040
// +build thingsplus_rp2040
//go:build thingplus_rp2040
// +build thingplus_rp2040
package machine

Просмотреть файл

@ -3,8 +3,8 @@
"rp2040"
],
"serial": "uart",
"build-tags": ["thingsplus_rp2040"],
"linkerscript": "targets/thingsplus-rp2040.ld",
"build-tags": ["thingplus_rp2040"],
"linkerscript": "targets/thingplus-rp2040.ld",
"extra-files": [
"targets/pico-boot-stage2.S"
]

Просмотреть файл