This commit is contained in:
Rotzbua
2021-08-23 19:45:08 +02:00
committed by GitHub
parent 1ff0b14d2e
commit ba72b92f07

View File

@@ -183,7 +183,7 @@ MFRC522::StatusCode MFRC522::PCD_CalculateCRC( byte *data, ///< In: Pointer to
}
while (static_cast<uint32_t> (millis()) < deadline);
// 89ms passed and nothing happend. Communication with the MFRC522 might be down.
// 89ms passed and nothing happened. Communication with the MFRC522 might be down.
return STATUS_TIMEOUT;
} // End PCD_CalculateCRC()