LEER TAG

Dependents:   NFC_HTM_READ EMULAR_TAGS Escribir_tag NFC_HTM_READ-WRITE

Revision:
1:a549ef8b142a
Parent:
0:b805b487fbef
--- a/PN532_debug.h	Fri Apr 24 18:17:09 2015 +0000
+++ b/PN532_debug.h	Fri Apr 24 19:02:44 2015 +0000
@@ -2,10 +2,11 @@
 #define __DEBUG_H__
 
 //#define DEBUG
+#include <stdio.h>
 
 #ifdef DEBUG
 
-#include <stdio.h>
+
 
 #define DMSG(args...)   printf(args)
 #define DMSG_STR(str)   printf("%s\n", str)