PN532 NFC library for Seeed Studio's NFC Shield

Fork of PN532 by Yihui Xiong

Revision:
7:26c1b3b6c192
Parent:
4:0774b8298eb8
Child:
8:7ffdaea03ff9
--- a/PN532.cpp	Tue Mar 25 16:00:44 2014 +0000
+++ b/PN532.cpp	Tue Mar 25 16:48:10 2014 +0000
@@ -665,7 +665,7 @@
 /**************************************************************************/
 bool PN532::inDataExchange(uint8_t *send, uint8_t sendLength, uint8_t *response, uint8_t *responseLength)
 {
-    uint8_t i;
+    //uint8_t i;
 
     pn532_packetbuffer[0] = 0x40; // PN532_COMMAND_INDATAEXCHANGE;
     pn532_packetbuffer[1] = inListedTag;