diff options
author | oharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-09-04 08:27:27 +0000 |
---|---|---|
committer | oharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-09-04 08:27:27 +0000 |
commit | b13dbc80e0272735673fa8a0c82c7fc984a9385c (patch) | |
tree | 6206fbbec42baf7369e4c4e5e85094af8a004f8d /tcl/interface | |
parent | 982ac083f05d2eb1e4bd154f407effa365429e70 (diff) | |
download | openocd_libswd-b13dbc80e0272735673fa8a0c82c7fc984a9385c.tar.gz openocd_libswd-b13dbc80e0272735673fa8a0c82c7fc984a9385c.tar.bz2 openocd_libswd-b13dbc80e0272735673fa8a0c82c7fc984a9385c.tar.xz openocd_libswd-b13dbc80e0272735673fa8a0c82c7fc984a9385c.zip |
Dirk Behme <dirk.behme@googlemail.com> retire jtag_speed usage
git-svn-id: svn://svn.berlios.de/openocd/trunk@2671 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'tcl/interface')
-rw-r--r-- | tcl/interface/flyswatter.cfg | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tcl/interface/flyswatter.cfg b/tcl/interface/flyswatter.cfg index a5af465c..5bac05b6 100644 --- a/tcl/interface/flyswatter.cfg +++ b/tcl/interface/flyswatter.cfg @@ -8,5 +8,3 @@ interface ft2232 ft2232_device_desc "Flyswatter" ft2232_layout "flyswatter" ft2232_vid_pid 0x0403 0x6010 -jtag_speed 1 - |