Re: [Openocd-development] fix ft2232 DEBUG_USB_IO formatting

2009-01-05 Thread Øyvind Harboe
Committed. Thanks! -- Øyvind Harboe http://www.zylin.com/zy1000.html ARM7 ARM9 XScale Cortex JTAG debugger and flash programmer ___ Openocd-development mailing list Openocd-development@lists.berlios.de https://lists.berlios.de/mailman/listinfo/openoc

[Openocd-development] fix ft2232 DEBUG_USB_IO formatting

2009-01-04 Thread John McCarthy
Hi, the formatting for the USB_IO latency debug is incorrect. The value after the decimal point is in usecs and needs a %06i format to print correctly. The attached patch fixes this. Cheers, John McC. Index: src/jtag/ft2232.c ===