Zach Welch <zw@superlucidity.net> add --enable-verbose* options

git-svn-id: svn://svn.berlios.de/openocd/trunk@1495 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
oharboe
2009-04-21 11:37:15 +00:00
parent 837555ab24
commit 5b4679618a
5 changed files with 49 additions and 39 deletions

View File

@@ -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);