Skip to content

Commit 9fa4c3f

Browse files
committed
tools/psoc6/dev-setup.sh: Fixed tools dir to 3.0 only.
Signed-off-by: jaenrig-ifx <enriquezgarcia.external@infineon.com>
1 parent a8f9df2 commit 9fa4c3f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/psoc6/dev-setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ function set_mtb_tools_path {
1414
mtb_path=~/ModusToolbox
1515
fi
1616

17-
echo ${mtb_path}/tools_*
17+
echo ${mtb_path}/tools_3.0
1818
}
1919

2020
function export_path {

0 commit comments

Comments
 (0)