We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1852e10 commit 19bbfd6Copy full SHA for 19bbfd6
internal/project/platform/boardstxt/boardstxt.go
@@ -24,7 +24,7 @@ import (
24
"github.com/arduino/go-properties-orderedmap"
25
)
26
27
-// Properties parses the library.properties from the given path and returns the data.
+// Properties parses the boards.txt from the given path and returns the data.
28
func Properties(platformPath *paths.Path) (*properties.Map, error) {
29
return properties.SafeLoadFromPath(platformPath.Join("boards.txt"))
30
}
0 commit comments