mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 13:00:42 -07:00
fix
This commit is contained in:
parent
0e96c72476
commit
cb92ed9ec0
1 changed files with 1 additions and 1 deletions
|
@ -25,9 +25,9 @@
|
||||||
#ifndef CHK_TIMEOUT
|
#ifndef CHK_TIMEOUT
|
||||||
# define CHK_TIMEOUT() { \
|
# define CHK_TIMEOUT() { \
|
||||||
ReaderTransmit(&dummy_answer, 1, NULL); \
|
ReaderTransmit(&dummy_answer, 1, NULL); \
|
||||||
//SpinDelayUs(AUTHENTICATION_TIMEOUT); \
|
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
//SpinDelayUs(AUTHENTICATION_TIMEOUT);
|
||||||
static uint8_t dummy_answer = 0;
|
static uint8_t dummy_answer = 0;
|
||||||
|
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue