PN532 NFC library for Seeed Studio's NFC Shield

Fork of PN532 by Yihui Xiong

Revision:
5:51f820fbd18a
Parent:
3:4189a10038e6
--- a/MifareClassic.cpp	Thu Nov 21 04:41:47 2013 +0000
+++ b/MifareClassic.cpp	Tue Oct 07 15:09:46 2014 +0000
@@ -243,7 +243,6 @@
                 return false;
             }
         }
-
         int write_success = _nfcShield->mifareclassic_WriteDataBlock (currentBlock, &buffer[index]);
         if (write_success)
         {