Skip to content
Snippets Groups Projects
Unverified Commit 012535dc authored by Francisco Acosta's avatar Francisco Acosta Committed by GitHub
Browse files

Merge pull request #9896 from kYc0o/pr/tools/jlink/remove_extra_check

jlink.sh: remove duplicated check
parents e8af06fe 89fa4da4
No related branches found
No related tags found
No related merge requests found
...@@ -66,12 +66,6 @@ _JLINK_TERMFLAGS="-ts 19021" ...@@ -66,12 +66,6 @@ _JLINK_TERMFLAGS="-ts 19021"
# a couple of tests for certain configuration options # a couple of tests for certain configuration options
# #
test_config() { test_config() {
if [ -z "${HEXFILE}" ]; then
echo "no hexfile"
else
echo "HEXFILE found"
fi
if [ -z "${JLINK}" ]; then if [ -z "${JLINK}" ]; then
JLINK=${_JLINK} JLINK=${_JLINK}
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment