mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
small fix
This commit is contained in:
parent
81fa3f20df
commit
87e183e664
1 changed files with 1 additions and 0 deletions
|
@ -1583,6 +1583,7 @@ static void TransmitFor14443a(const uint8_t *cmd, uint16_t len, uint32_t *timing
|
||||||
while (c < len) {
|
while (c < len) {
|
||||||
if (AT91C_BASE_SSC->SSC_SR & (AT91C_SSC_TXRDY)) {
|
if (AT91C_BASE_SSC->SSC_SR & (AT91C_SSC_TXRDY)) {
|
||||||
AT91C_BASE_SSC->SSC_THR = cmd[c++];
|
AT91C_BASE_SSC->SSC_THR = cmd[c++];
|
||||||
|
cntr = 0;
|
||||||
} else {
|
} else {
|
||||||
if (cntr++ > 1000) {
|
if (cntr++ > 1000) {
|
||||||
cntr = 0;
|
cntr = 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue