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:
rliebscher 2014-01-13 20:42:27 +00:00
parent 9094b060a0
commit c394dfb841
1 changed files with 2 additions and 2 deletions

View File

@ -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
; ;