diff options
author | oharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2008-07-07 20:02:51 +0000 |
---|---|---|
committer | oharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2008-07-07 20:02:51 +0000 |
commit | 225ac18450830ff130e2d14a1bbceebb758a399d (patch) | |
tree | feb4867472bd811fcc2143c9dd8093692b0a143e /src/tcl | |
parent | cfba2f4a79d6914f7baa6986684b1143c0744a44 (diff) |
more tcl cleanup.
git-svn-id: svn://svn.berlios.de/openocd/trunk@768 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/tcl')
-rw-r--r-- | src/tcl/commands.tcl | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/tcl/commands.tcl b/src/tcl/commands.tcl index a272c134..a2cf0812 100644 --- a/src/tcl/commands.tcl +++ b/src/tcl/commands.tcl @@ -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... |