]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - armsrc/iso14443.c
iso14a cleanup and implement RATS [Hagen Fritsch]
[proxmark3-svn] / armsrc / iso14443.c
index 92623f116ef23950a4c7b1307c6d0bc13ad04f8c..1f722a6d4d76786d50e5b87312f6001f7fe732f1 100644 (file)
@@ -1113,7 +1113,7 @@ void SnoopIso14443(void)
         if(behindBy > maxBehindBy) {
             maxBehindBy = behindBy;
             if(behindBy > (DMA_BUFFER_SIZE-2)) { // TODO: understand whether we can increase/decrease as we want or not?
-                Dbprintf("blew circular buffer! behindBy=%x", behindBy);
+                Dbprintf("blew circular buffer! behindBy=0x%x", behindBy);
                 goto done;
             }
         }
Impressum, Datenschutz