summaryrefslogtreecommitdiff
path: root/src/jtag/ft2232.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/jtag/ft2232.c')
-rw-r--r--src/jtag/ft2232.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/jtag/ft2232.c b/src/jtag/ft2232.c
index 48c10355..8cc93bfa 100644
--- a/src/jtag/ft2232.c
+++ b/src/jtag/ft2232.c
@@ -58,18 +58,6 @@
#include <ftdi.h>
#endif
-/* enable this to debug io latency
- */
-#if 0
-#define _DEBUG_USB_IO_
-#endif
-
-/* enable this to debug communication
- */
-#if 0
-#define _DEBUG_USB_COMMS_
-#endif
-
static int ft2232_execute_queue(void);
static int ft2232_speed(int speed);