Skip to content

Commit b62d320

Browse files
committed
Improved comments
1 parent df9f204 commit b62d320

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

arduino/cores/packagemanager/package_manager.go

+9-3
Original file line numberDiff line numberDiff line change
@@ -124,14 +124,20 @@ func (pm *PackageManager) FindBoardWithFQBN(fqbnIn string) (*cores.Board, error)
124124
}
125125

126126
// ResolveFQBN returns, in order:
127+
//
127128
// - the Package pointed by the fqbn
129+
//
128130
// - the PlatformRelease pointed by the fqbn
131+
//
129132
// - the Board pointed by the fqbn
133+
//
130134
// - the build properties for the board considering also the
131-
// configuration part of the fqbn
135+
// configuration part of the fqbn
136+
//
132137
// - the PlatformRelease to be used for the build (if the board
133-
// requires a 3rd party core it may be different from the
134-
// PlatformRelease pointed by the fqbn)
138+
// requires a 3rd party core it may be different from the
139+
// PlatformRelease pointed by the fqbn)
140+
//
135141
// - an error if any of the above is not found
136142
//
137143
// In case of error the partial results found in the meantime are

0 commit comments

Comments
 (0)