This commit is contained in:
Philippe Teuwen 2021-10-10 01:35:38 +02:00
commit 88308ea727
98 changed files with 271 additions and 271 deletions

View file

@ -544,7 +544,7 @@ void MifareDES_Auth1(uint8_t *datain) {
memcpy(cmd+19,buff3,8);
// The command always times out on the first attempt, this will retry until a response
// is recieved.
// is received.
len = 0;
while(!len) {
len = DesfireAPDU(cmd,27,resp);
@ -587,7 +587,7 @@ void MifareDES_Auth1(uint8_t *datain) {
memcpy(cmd+19,buff3,8);
// The command always times out on the first attempt, this will retry until a response
// is recieved.
// is received.
len = 0;
while(!len) {
len = DesfireAPDU(cmd,27,resp);