fixed description of pins for ft232r
git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@1256 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
parent
9094b060a0
commit
c394dfb841
|
@ -716,8 +716,8 @@ programmer
|
||||||
type = "ftdi_syncbb";
|
type = "ftdi_syncbb";
|
||||||
connection_type = usb;
|
connection_type = usb;
|
||||||
miso = 1; # RxD
|
miso = 1; # RxD
|
||||||
sck = 0; # RTS
|
sck = 0; # TxD
|
||||||
mosi = 2; # TxD
|
mosi = 2; # RTS
|
||||||
reset = 4; # DTR
|
reset = 4; # DTR
|
||||||
;
|
;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue