This commit is contained in:
iceman1001 2017-12-10 20:09:16 +01:00
commit cb92ed9ec0

View file

@ -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;
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------