From: <oh...@ma...> - 2009-07-12 16:11:45
|
Author: oharboe Date: 2009-07-12 16:11:43 +0200 (Sun, 12 Jul 2009) New Revision: 2509 Modified: trunk/tcl/interface/usbprog.cfg Log: Peter Denison <op...@ma...> workaround for broken USBprog w/short tms sequences Modified: trunk/tcl/interface/usbprog.cfg =================================================================== --- trunk/tcl/interface/usbprog.cfg 2009-07-12 14:08:16 UTC (rev 2508) +++ trunk/tcl/interface/usbprog.cfg 2009-07-12 14:11:43 UTC (rev 2509) @@ -5,4 +5,6 @@ # interface usbprog - +# USBprog is broken w/short tms sequences, this is a workaround +# until the C code can be fixed. +tms_sequence long \ No newline at end of file |