File tree 1 file changed +1
-2
lines changed
arduino/cores/packagemanager
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 {
609
609
610
610
func (pm * PackageManager ) loadDiscoveries (release * cores.PlatformRelease ) []* status.Status {
611
611
statuses := []* status.Status {}
612
- discoveryProperties := release .Properties .SubTree ("discovery" ). Clone ()
612
+ discoveryProperties := release .Properties .SubTree ("discovery" )
613
613
614
614
if discoveryProperties .Size () == 0 {
615
615
return nil
@@ -641,7 +641,6 @@ func (pm *PackageManager) loadDiscoveries(release *cores.PlatformRelease) []*sta
641
641
pm .discoveryManager .Add (d )
642
642
}
643
643
644
- // "discovery.teensy.pattern": "\"{runtime.tools.teensy_ports.path}/hardware/tools/teensy_ports\" -J2",
645
644
discoveryIDs := discoveryProperties .FirstLevelOf ()
646
645
delete (discoveryIDs , "required" )
647
646
// 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