diff --git a/armsrc/iso15693.c b/armsrc/iso15693.c index 16dc3c575..a52b953ff 100644 --- a/armsrc/iso15693.c +++ b/armsrc/iso15693.c @@ -1846,7 +1846,7 @@ void SniffIso15693(uint8_t jam_search_len, uint8_t *jam_search_string, bool icla Dbprintf("DecodeTagFSK count..... %d", dtagfsk.count); Dbprintf("DecodeReader State..... %d", dreader.state); Dbprintf("DecodeReader byteCnt... %d", dreader.byteCount); - Dbprintf("DecodeReader posCount.. %d", dreader.posCount); + Dbprintf("DecodeReader posCount.. %d", dreader.posCount); } Dbprintf("Trace length........... " _YELLOW_("%d"), BigBuf_get_traceLen()); } diff --git a/armsrc/mifaresim.c b/armsrc/mifaresim.c index 81f26c5cb..5aa1a054a 100644 --- a/armsrc/mifaresim.c +++ b/armsrc/mifaresim.c @@ -893,7 +893,7 @@ void Mifare1ksim(uint16_t flags, uint8_t exitAfterNReads, uint8_t *datain, uint1 // Compliance of MIFARE Classic EV1 1K Datasheet footnote of Table 8 // If access bits show that key B is Readable, any subsequent memory access will be refused. - + if (cardAUTHKEY == AUTHKEYB && IsKeyBReadable(blockNo)) { EmSend4bit(mf_crypto1_encrypt4bit(pcs, CARD_NACK_NA)); FpgaDisableTracing();