|
From: <ml...@ma...> - 2009-05-06 20:47:16
|
Author: mlu
Date: 2009-05-06 20:47:15 +0200 (Wed, 06 May 2009)
New Revision: 1619
Modified:
trunk/src/jtag/jtag.c
Log:
Added (BUILD_JLINK==1) condition to us new tables with JLink
Modified: trunk/src/jtag/jtag.c
===================================================================
--- trunk/src/jtag/jtag.c 2009-05-06 18:24:24 UTC (rev 1618)
+++ trunk/src/jtag/jtag.c 2009-05-06 18:47:15 UTC (rev 1619)
@@ -3116,7 +3116,7 @@
#define B8(bits,count) { ((u8)B8__(HEX__(bits))), (count) }
-#if 0 && ((BUILD_FT2232_FTD2XX==1) || (BUILD_FT2232_LIBFTDI==1))
+#if 0 && ((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
|