only:linux openocd

This commit is contained in:
Andrey 2023-08-04 12:39:01 -04:00
parent 7af9f79562
commit bde14dd28d
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ STLINK=$(lsusb | grep 'ST-LINK\|STLINK')
if [ "$STLINK" ]; then
echo "I see $STLINK make sure your board file accepts this specific kind of ST-LINK"
else
echo "Do not see any ST-LINK. If you are on WSL make sure you have binded USB"
echo "Do not see any ST-LINK. If you are on WSL make sure you have bound USB"
exit -1
fi