mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-26 06:53:52 +01:00
Merge pull request #1916 from mehlis/yunjia-rm-unused-file
yunjia: rm unused file
This commit is contained in:
commit
9ba48e409f
14
boards/yunjia-nrf51822/dist/debug
vendored
14
boards/yunjia-nrf51822/dist/debug
vendored
@ -1,14 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
if [ -L "$0" ]; then
|
||||
FILE=$(readlink -e "$0")
|
||||
else
|
||||
FILE="$0"
|
||||
fi
|
||||
|
||||
BIN_FOLDER=$(dirname "${FILE}")
|
||||
|
||||
openocd -f "${BIN_FOLDER}/openocd.cfg" \
|
||||
-c "init" \
|
||||
-c "targets" \
|
||||
-c "reset halt" \
|
||||
Loading…
x
Reference in New Issue
Block a user