dirtyJtag: writeTDI: when end don't shift before applying last bit -> this Byte is correctly aligned during previous step

This commit is contained in:
Gwenhael Goavec-Merou 2026-01-02 10:04:02 +01:00
parent 6a7bd29e0d
commit 0ce9fcb050
1 changed files with 0 additions and 1 deletions

View File

@ -373,7 +373,6 @@ int DirtyJtag::writeTDI(const uint8_t *tx, uint8_t *rx, uint32_t len, bool end)
}
} while (actual_length == 0);
rx[rx_cnt >> 3] >>= 1;
if (sig & SIG_TDO)
rx[rx_cnt >> 3] |= (1 << (rx_cnt & 0x07));