more tcl cleanup.

git-svn-id: svn://svn.berlios.de/openocd/trunk@768 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
oharboe
2008-07-07 20:02:51 +00:00
parent cfba2f4a79
commit 225ac18450
2 changed files with 4 additions and 9 deletions

View File

@@ -1,9 +1,4 @@
# implements Tcl procedures/functions
proc peek {address} {
return [openocd_throw "mdw $address"]
}
# Production command
# FIX!!! need to figure out how to feed back relevant output
# from e.g. "flash banks" command...