From 8188a1041f250e1042d161e577436aa9e738d7e4 Mon Sep 17 00:00:00 2001 From: Rotzbua Date: Mon, 4 Jan 2016 04:14:26 +0100 Subject: [PATCH] fix broken compiling seems exidently insert --- MFRC522.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MFRC522.cpp b/MFRC522.cpp index 832aff2..60775f8 100644 --- a/MFRC522.cpp +++ b/MFRC522.cpp @@ -1769,7 +1769,7 @@ bool MFRC522::PICC_ReadCardSerial() { return (result == STATUS_OK); } // End -PICC_ReadCardSerial()MFRC522::StatusCode MFRC522::PCD_NTAG216_AUTH(byte *passWord, byte pACK[]) //Authenticate with 32bit password +MFRC522::StatusCode MFRC522::PCD_NTAG216_AUTH(byte *passWord, byte pACK[]) //Authenticate with 32bit password { MFRC522::StatusCode result; byte cmdBuffer[18]; // We need room for 16 bytes data and 2 bytes CRC_A.