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
This commit is contained in:
parent
b376b6acdc
commit
eb7ccaf92b
2
ft245r.c
2
ft245r.c
|
@ -125,7 +125,7 @@ void ft245r_initpgm(PROGRAMMER * pgm) {
|
||||||
the desired timing.
|
the desired timing.
|
||||||
|
|
||||||
*/
|
*/
|
||||||
#define FT245R_BITBANG_VARIABLE_PULSE_WIDTH_WORKAROUND 1
|
#define FT245R_BITBANG_VARIABLE_PULSE_WIDTH_WORKAROUND 0
|
||||||
|
|
||||||
static struct ftdi_context *handle;
|
static struct ftdi_context *handle;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue