Add default value for shields
This commit is contained in:
parent
2012316cca
commit
994fda19b9
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -245,7 +245,7 @@ jobs:
|
||||||
if (hm.features && hm.features.includes("keys")) {
|
if (hm.features && hm.features.includes("keys")) {
|
||||||
return hm.requires.flatMap(i =>
|
return hm.requires.flatMap(i =>
|
||||||
metadata.interconnects[i].boards.flatMap(b => boardAndShield(b, hm))
|
metadata.interconnects[i].boards.flatMap(b => boardAndShield(b, hm))
|
||||||
);
|
) || [];
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case "interconnect":
|
case "interconnect":
|
||||||
|
|
Loading…
Add table
Reference in a new issue