Fix PN532 debug calls

This commit is contained in:
Laura Hausmann 2023-05-16 02:31:08 +02:00
parent 075062d26d
commit 2e46344757
Signed by: zotan
GPG key ID: D044E84C5BE01605

View file

@ -726,7 +726,7 @@ bool Adafruit_PN532::readDetectedPassiveTargetIDFeliCa(uint8_t* IDm, uint8_t* ID
IDm[0] = (IDm[0] & 0x0F);
#ifdef PN532CARDDEBUG
PN532DEBUGPRINT.print(F(" 0x"));
PN532DEBUGPRINT.print(uid[i], HEX);
PN532DEBUGPRINT.print(IDm[i], HEX);
#endif
}
#ifdef PN532CARDDEBUG