This commit is contained in:
Shorden 2026-07-14 16:49:42 -07:00 committed by GitHub
commit dfa2021d40
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -410,6 +410,7 @@ int32_t FtdiJtagMPSSE::update_tms_buff(uint8_t *buffer, uint8_t bit,
uint8_t tdo_tmp;
if ((ret = mpsse_read(&tdo_tmp, 1)) < 0)
return ret;
tdo_tmp >>= (8 - offset);
update_tdo_buff(&tdo_tmp, tdo, offset);
offset = 0;
buffer[0] = 0;