diff options
author | kc8apf <kc8apf@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-05-18 17:43:26 +0000 |
---|---|---|
committer | kc8apf <kc8apf@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-05-18 17:43:26 +0000 |
commit | 378c29bfe502ce30c89fabbd0da98a3a47a6ab14 (patch) | |
tree | 6238f5ea4b145966655a876bc262965cae4041c9 /src | |
parent | 10923655d65eb773d0ad9e7b76ff3871bb546628 (diff) | |
download | openocd_libswd-378c29bfe502ce30c89fabbd0da98a3a47a6ab14.tar.gz openocd_libswd-378c29bfe502ce30c89fabbd0da98a3a47a6ab14.tar.bz2 openocd_libswd-378c29bfe502ce30c89fabbd0da98a3a47a6ab14.tar.xz openocd_libswd-378c29bfe502ce30c89fabbd0da98a3a47a6ab14.zip |
Enable non-7-cycle state table for FT2232 and JLink
git-svn-id: svn://svn.berlios.de/openocd/trunk@1827 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src')
-rw-r--r-- | src/jtag/jtag.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jtag/jtag.c b/src/jtag/jtag.c index f1c6676e..7b02b660 100644 --- a/src/jtag/jtag.c +++ b/src/jtag/jtag.c @@ -3280,7 +3280,7 @@ static struct #define B8(bits,count) { ((u8)B8__(HEX__(bits))), (count) } -#if 0 && ((BUILD_FT2232_FTD2XX==1) || (BUILD_FT2232_LIBFTDI==1) || (BUILD_JLINK==1)) +#if 1 && ((BUILD_FT2232_FTD2XX==1) || (BUILD_FT2232_LIBFTDI==1) || (BUILD_JLINK==1)) /* this is the table submitted by Jeff Williams on 3/30/2009 with this comment: OK, I added Peter's version of the state table, and it works OK for |