ftdiJtagMPSSE: drop debug message

This commit is contained in:
Gwenhael Goavec-Merou 2020-06-18 06:49:45 +02:00
parent 27b0c8a664
commit d5b3073e78
1 changed files with 4 additions and 5 deletions

View File

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