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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/jtag/ft2232.c b/src/jtag/ft2232.c
index 096111bc..386da249 100644
--- a/src/jtag/ft2232.c
+++ b/src/jtag/ft2232.c
@@ -52,13 +52,13 @@
/* enable this to debug io latency
*/
-#if 1
+#if 0
#define _DEBUG_USB_IO_
#endif
/* enable this to debug communication
*/
-#if 1
+#if 0
#define _DEBUG_USB_COMMS_
#endif