[Libs] MFRC522 remove unused variable

This commit is contained in:
Ton Huisman
2025-07-27 14:47:59 +02:00
parent 3be6bf11da
commit c1ef6572b9
-1
View File
@@ -191,7 +191,6 @@ MFRC522::StatusCode MFRC522::PCD_CalculateCRC( uint8_t *data, ///< In: Pointer
* Initializes the MFRC522 chip.
*/
void MFRC522::PCD_Init() {
bool hardReset = false;
// Set the chipSelectPin as digital output, do not select the slave yet
pinMode(_chipSelectPin, OUTPUT);