Skip to content

Commit

Permalink
fix(cpn): add missing t20v2 simulator, hwdefs (#5058)
Browse files Browse the repository at this point in the history
  • Loading branch information
pfeerick authored May 24, 2024
1 parent fae3f83 commit ca50d4e
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
Expand Up @@ -72,7 +72,7 @@ declare -a simulator_plugins=(x9lite x9lites
xlite xlites
nv14 el18 pl18 pl18ev
x10 x10-access x12s
t16 t18 t20 tx16s)
t16 t18 t20 t20v2 tx16s)

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

0 comments on commit ca50d4e

Please sign in to comment.