Skip to content

Commit

Permalink
fix(cpn): add missing t20v2 simulator, hwdefs (#5058)
Browse files Browse the repository at this point in the history
pfeerick committed May 24, 2024
1 parent 051050f commit 261179d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/build-companion.sh
Original file line number Diff line number Diff line change
@@ -72,7 +72,7 @@ declare -a simulator_plugins=(x9lite x9lites
xlite xlites
nv14 el18 pl18 pl18ev
x10 x10-access x12s
t15 t16 t18 t20 tx16s)
t15 t16 t18 t20 t20v2 tx16s)

for plugin in "${simulator_plugins[@]}"
do

0 comments on commit 261179d

Please sign in to comment.