We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0d12c4 commit 2b4b536Copy full SHA for 2b4b536
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