PN532 NFC library for Seeed Studio's NFC Shield

Fork of PN532 by Yihui Xiong

Revision:
7:26c1b3b6c192
Parent:
3:4189a10038e6
diff -r 418ee8924317 -r 26c1b3b6c192 emulatetag.cpp
--- a/emulatetag.cpp	Tue Mar 25 16:00:44 2014 +0000
+++ b/emulatetag.cpp	Tue Mar 25 16:48:10 2014 +0000
@@ -116,7 +116,7 @@
   uint8_t sendlen;
   int16_t status;
   tag_file currentFile = NONE;
-  uint16_t cc_size = sizeof(compatibility_container);
+  //uint16_t cc_size = sizeof(compatibility_container);
   bool runLoop = true;
 
   while(runLoop){