summaryrefslogtreecommitdiff
path: root/src/tcl
diff options
context:
space:
mode:
authoroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-07-06 19:25:04 +0000
committeroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-07-06 19:25:04 +0000
commit9a8746de25e3f47c96cd2cfd448493e96586a079 (patch)
treecffcf2685b57430ac72a16394491f13a45c4af1f /src/tcl
parentdc796a209113c3fdc27de0211edcaa67faed7b5f (diff)
downloadopenocd+libswd-9a8746de25e3f47c96cd2cfd448493e96586a079.tar.gz
openocd+libswd-9a8746de25e3f47c96cd2cfd448493e96586a079.tar.bz2
openocd+libswd-9a8746de25e3f47c96cd2cfd448493e96586a079.tar.xz
openocd+libswd-9a8746de25e3f47c96cd2cfd448493e96586a079.zip
Oopss. Forgot to list Duane Ellis <openocd@duaneellis.com> as the author of changes in 755.
git-svn-id: svn://svn.berlios.de/openocd/trunk@756 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/tcl')
-rw-r--r--src/tcl/commands.tcl1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tcl/commands.tcl b/src/tcl/commands.tcl
index 7d90f36c..a272c134 100644
--- a/src/tcl/commands.tcl
+++ b/src/tcl/commands.tcl
@@ -1,3 +1,4 @@
+
# implements Tcl procedures/functions
proc peek {address} {
return [openocd_throw "mdw $address"]