We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9642ec5 commit 2d65db8Copy full SHA for 2d65db8
src/arduino.cc/builder/types/accessories.go
@@ -74,9 +74,3 @@ func (queue *UniqueSourceFolderQueue) Pop() interface{} {
74
func (queue *UniqueSourceFolderQueue) Empty() bool {
75
return queue.Len() == 0
76
}
77
-
78
-type LibraryResolutionResult struct {
79
- Library *Library
80
- IsLibraryFromPlatform bool
81
- NotUsedLibraries []*Library
82
-}
src/arduino.cc/builder/types/types.go
@@ -169,3 +169,9 @@ type SourceFolder struct {
169
Folder string
170
Recurse bool
171
172
+
173
+type LibraryResolutionResult struct {
174
+ Library *Library
175
+ IsLibraryFromPlatform bool
176
+ NotUsedLibraries []*Library
177
+}
0 commit comments