mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-23 14:45:37 -07:00
fix: forgot some changes
This commit is contained in:
parent
6121d816e7
commit
0c8ead0bd6
2 changed files with 3 additions and 3 deletions
|
@ -1669,9 +1669,6 @@ static void TransmitFor14443a(const uint8_t *cmd, uint16_t len, uint32_t *timing
|
|||
LastTimeProxToAirStart = ThisTransferTime;
|
||||
}
|
||||
|
||||
// clear TXRDY
|
||||
AT91C_BASE_SSC->SSC_THR = SEC_Y;
|
||||
|
||||
uint16_t c = 0;
|
||||
while (c < len) {
|
||||
if (AT91C_BASE_SSC->SSC_SR & (AT91C_SSC_TXRDY)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue