Skip to content

Commit eb7ccaf

Browse files
committed
Turn off FT245R_BITBANG_VARIABLE_PULSE_WIDTH_WORKAROUND by default
Seems it's not really needed for modern FT245, and it has the potential to break bulk readout. git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@1505 81a1dc3b-b13d-400b-aceb-764788c761c2
1 parent b376b6a commit eb7ccaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ft245r.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ void ft245r_initpgm(PROGRAMMER * pgm) {
125125
the desired timing.
126126
127127
*/
128-
#define FT245R_BITBANG_VARIABLE_PULSE_WIDTH_WORKAROUND 1
128+
#define FT245R_BITBANG_VARIABLE_PULSE_WIDTH_WORKAROUND 0
129129

130130
static struct ftdi_context *handle;
131131

0 commit comments

Comments
 (0)