Skip to content

Commit 89c7a42

Browse files
author
jan
committed
make getLibrariesHarware public
This because it is needed to reattach to the correct libs when changing the hardware
1 parent f68cc28 commit 89c7a42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

io.sloeber.core/src/io/sloeber/arduinoFramework/api/LibraryManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ private static Map<String, IArduinoLibraryVersion> getLibrariesFromFolder(IPath
439439
* @param project the project to find all hardware libraries for
440440
* @return all the library folder names. May contain empty values.
441441
*/
442-
private static Map<String, IArduinoLibraryVersion> getLibrariesHarware(BoardDescription boardDescriptor) {
442+
public static Map<String, IArduinoLibraryVersion> getLibrariesHarware(BoardDescription boardDescriptor) {
443443
Map<String, IArduinoLibraryVersion> ret = new HashMap<>();
444444
// first add the referenced
445445
IPath libPath = boardDescriptor.getReferencedCoreLibraryPath();

0 commit comments

Comments
 (0)