LEER TAG

Dependents:   NFC_HTM_READ EMULAR_TAGS Escribir_tag NFC_HTM_READ-WRITE

Revision:
1:a549ef8b142a
Parent:
0:b805b487fbef
--- a/Ndef.cpp	Fri Apr 24 18:17:09 2015 +0000
+++ b/Ndef.cpp	Fri Apr 24 19:02:44 2015 +0000
@@ -10,7 +10,7 @@
     DMSG("0x");
     // Append leading 0 for small values
     if (data[szPos] <= 0xF)
-      DMSG("0");
+    DMSG("0");
     DMSG_HEX(data[szPos]&0xff);
     if ((numuint8_ts > 1) && (szPos != numuint8_ts - 1))
     {