#include "usb-driver.h"
#include "config.h"
#include "jtagkey.h"
+#include "jtagmon.h"
#define USBBUFSIZE 1048576
#define JTAG_SPEED 100000
#ifdef DEBUG
if (tr[i].cmdTrans == 13)
DPRINTF("write byte: %d\n", val);
+
+ if (tr[i].cmdTrans == 13)
+ jtagmon(val & PP_TCK, val & PP_TMS, val & PP_TDI);
#endif
/* Pad writebuf for read-commands in stream */