Skip to content
Snippets Groups Projects
Commit b33779fb authored by mlu's avatar mlu
Browse files

Added (BUILD_JLINK==1) condition to us new tables with JLink

git-svn-id: svn://svn.berlios.de/openocd/trunk@1619 b42882b7-edfa-0310-969c-e2dbd0fdcd60
parent c8e52f9e
No related branches found
No related tags found
No related merge requests found
......@@ -3116,7 +3116,7 @@ static struct
#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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment