File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
arduino/cores/packagemanager Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -609,7 +609,7 @@ func (pm *PackageManager) LoadDiscoveries() []*status.Status {
609609
610610func (pm * PackageManager ) loadDiscoveries (release * cores.PlatformRelease ) []* status.Status {
611611 statuses := []* status.Status {}
612- discoveryProperties := release .Properties .SubTree ("discovery" ). Clone ()
612+ discoveryProperties := release .Properties .SubTree ("discovery" )
613613
614614 if discoveryProperties .Size () == 0 {
615615 return nil
@@ -641,7 +641,6 @@ func (pm *PackageManager) loadDiscoveries(release *cores.PlatformRelease) []*sta
641641 pm .discoveryManager .Add (d )
642642 }
643643
644- // "discovery.teensy.pattern": "\"{runtime.tools.teensy_ports.path}/hardware/tools/teensy_ports\" -J2",
645644 discoveryIDs := discoveryProperties .FirstLevelOf ()
646645 delete (discoveryIDs , "required" )
647646 // Get the list of tools only we if have there are discoveries that use Direct discovery integration.
You can’t perform that action at this time.
0 commit comments