Skip to content
Snippets Groups Projects
Commit bece2176 authored by oharboe's avatar oharboe
Browse files

fix to peek command.

git-svn-id: svn://svn.berlios.de/openocd/trunk@747 b42882b7-edfa-0310-969c-e2dbd0fdcd60
parent 002e3fcb
No related branches found
No related tags found
No related merge requests found
# implements Tcl procedures/functions
proc peek {address} {
return [openocd mdw $address]
return [openocd_throw "mdw $address"]
}
# Production command
......
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