This commit is contained in:
iceman1001 2017-10-30 15:12:03 +01:00
commit 05991cdffb

View file

@ -28,7 +28,7 @@
SpinDelayUs(AUTHENTICATION_TIMEOUT); \ SpinDelayUs(AUTHENTICATION_TIMEOUT); \
} }
#endif #endif
static uint8_t dummy_anser = 0; static uint8_t dummy_answer = 0;
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Select, Authenticate, Read a MIFARE tag. // Select, Authenticate, Read a MIFARE tag.