ftdijtag: Really enable TMS/TCK/TDI driver.

This commit is contained in:
Uwe Bonnes 2020-07-29 13:25:45 +02:00 committed by UweBonnes
parent f4eed249eb
commit e95e5e3fba
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ cable_desc_t cable_desc[] = {
.vendor = 0x0403,
.product = 0x6010,
.interface = INTERFACE_A,
.init.data_low = PIN4,
.init.ddr_low = PIN4,
.init.data_high = PIN4 | PIN3 | PIN2,
.init.ddr_high = PIN4 | PIN3 | PIN2 | PIN1 | PIN0,
.assert_srst.data_high = ~PIN2,