Skip to content

Commit fe08ac9

Browse files
cmaglieper1234
andauthored
Update arduino/cores/board.go
Co-authored-by: per1234 <[email protected]>
1 parent 90da8c5 commit fe08ac9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: arduino/cores/board.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ func (b *Board) GeneratePropertiesForConfiguration(config string) (*properties.M
141141
return b.GetBuildProperties(fqbn.Configs)
142142
}
143143

144-
// GetIdentificationProperties calculate and returns a list of properties sets
144+
// GetIdentificationProperties calculates and returns a list of properties sets
145145
// containing the properties required to identify the board. The returned sets
146146
// must not be changed by the caller.
147147
func (b *Board) GetIdentificationProperties() []*properties.Map {

0 commit comments

Comments
 (0)