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
This commit is contained in:
parent
dc796a2091
commit
9a8746de25
src/tcl
|
@ -1,3 +1,4 @@
|
||||||
|
|
||||||
# implements Tcl procedures/functions
|
# implements Tcl procedures/functions
|
||||||
proc peek {address} {
|
proc peek {address} {
|
||||||
return [openocd_throw "mdw $address"]
|
return [openocd_throw "mdw $address"]
|
||||||
|
|
Loading…
Reference in New Issue