mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
Per explicit request of iceman1001
This commit is contained in:
parent
dc0e6f4f91
commit
715e876c62
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ static int EmSendCmdThinfilmRaw(const uint8_t *resp, uint16_t respLen) {
|
||||||
|
|
||||||
// Ensure that the FPGA Delay Queue is empty
|
// Ensure that the FPGA Delay Queue is empty
|
||||||
uint16_t fpga_queued_bits = FpgaSendQueueDelay >> 3;
|
uint16_t fpga_queued_bits = FpgaSendQueueDelay >> 3;
|
||||||
fpga_queued_bits /= 8u;
|
fpga_queued_bits >>= 3; // divide by 8 (again?)
|
||||||
fpga_queued_bits += 1u;
|
fpga_queued_bits += 1u;
|
||||||
for (i = 0; i <= fpga_queued_bits;) {
|
for (i = 0; i <= fpga_queued_bits;) {
|
||||||
if (AT91C_BASE_SSC->SSC_SR & (AT91C_SSC_TXRDY)) {
|
if (AT91C_BASE_SSC->SSC_SR & (AT91C_SSC_TXRDY)) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue