Skip to content

Commit 856fb82

Browse files
authored
Merge pull request #103 from jlonnberg/master
Correcltly collect API:s from device packs
2 parents 2ccaed9 + f677bc7 commit 856fb82

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

com.arm.cmsis.pack/src/com/arm/cmsis/pack/rte/RteModel.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -718,7 +718,7 @@ protected void collectComponents() {
718718
}
719719
}
720720
if (devicePack != null) {
721-
collectApisAndTaxonomy(boardPack);
721+
collectApisAndTaxonomy(devicePack);
722722
}
723723
if (boardPack != null && boardPack != devicePack) {
724724
collectApisAndTaxonomy(boardPack);

0 commit comments

Comments
 (0)