X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=bin%2Fst-flash;h=30267693a930e4afe50079a3f6ff3c190644de20;hb=HEAD;hp=da6239abb51a11c27383858f074f6da287f7e55f;hpb=3716a8b01e45fa1ee5a5bc0ba468ad3830026408;p=home-hw.git diff --git a/bin/st-flash b/bin/st-flash index da6239a..3026769 100755 --- a/bin/st-flash +++ b/bin/st-flash @@ -1,5 +1,2 @@ #!/bin/sh -set -e -LD_LIBRARY_PATH=~/stm/stlink -export LD_LIBRARY_PATH -exec ~/stm/stlink/st-flash "$@" +exec ~/stm/stlink/build/Release/bin/st-flash "$@"