Ready for PR

This commit is contained in:
md5sum-as 2022-10-28 01:26:24 +03:00
parent d152199aee
commit 25079bb86b
1 changed files with 1 additions and 1 deletions

View File

@ -432,7 +432,7 @@ uint8_t mifareclassic_WriteDataBlock (uint8_t blockNumber, uint8_t *data) {
} }
/* Read the response packet */ /* Read the response packet */
return (0 < PN532_readResponse(Pn532.packetbuffer, sizeof(Pn532.packetbuffer))); return (0 < PN532_readResponse(Pn532.packetbuffer, sizeof(Pn532.packetbuffer)));
} }
uint8_t ntag21x_probe (void) { uint8_t ntag21x_probe (void) {