Removed unnecessary 'devices' element from TDFs
This commit is contained in:
@@ -81,7 +81,7 @@ function processAvrPartFiles($path) : array {
|
||||
continue;
|
||||
}
|
||||
|
||||
$device = $pdXml->devices[0]->device;
|
||||
$device = $pdXml->device;
|
||||
|
||||
$partDescriptionXml = new TargetDescription();
|
||||
$partDescriptionXml->originalFilePath = $file;
|
||||
|
||||
Reference in New Issue
Block a user