Fixed compiler warning

This commit is contained in:
2021-05-25 23:55:30 +02:00
parent 8484436335
commit 127982b1dd

View File

@ -381,7 +381,7 @@ uint8_t MFRC522::PCD_CommunicateWithPICC( uint8_t command, ///< The command to
uint8_t rxAlign, ///< In: Defines the bit position in backData[0] for the first bit received. Default 0.
bool checkCRC ///< In: True => The last two bytes of the response is assumed to be a CRC_A that must be validated.
) {
uint8_t n, _validBits;
uint8_t n, _validBits{};
unsigned int i;
// Prepare values for BitFramingReg