ftdiJtagMPSSE: drop debug message
This commit is contained in:
parent
27b0c8a664
commit
d5b3073e78
|
|
@ -189,7 +189,6 @@ int FtdiJtagMPSSE::toggleClk(uint8_t tms, uint8_t tdi, uint32_t clk_len)
|
||||||
}
|
}
|
||||||
ret = clk_len;
|
ret = clk_len;
|
||||||
} else {
|
} else {
|
||||||
printf("ftdi type : %d\n", _ftdi->type);
|
|
||||||
int byteLen = (len+7)/8;
|
int byteLen = (len+7)/8;
|
||||||
uint8_t buf_tms[byteLen];
|
uint8_t buf_tms[byteLen];
|
||||||
memset(buf_tms, (tms) ? 0xff : 0x00, byteLen);
|
memset(buf_tms, (tms) ? 0xff : 0x00, byteLen);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue