]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmddata.c
fix print clock as decimal instead of uint8_t
[proxmark3-svn] / client / cmddata.c
index 05c495d977969d0e647a588c168ad5f673f1e027..6dd96ab0289d21099359e1e0b49c63848457044d 100644 (file)
@@ -982,7 +982,7 @@ int FSKrawDemod(const char *Cmd, bool verbose)
 
                // Now output the bitstream to the scrollback by line of 16 bits
                if (verbose || g_debugMode) {
-                       PrintAndLog("\nUsing Clock:%d, invert:%d, fchigh:%d, fclow:%d", rfLen, invert, fchigh, fclow);
+                       PrintAndLog("\nUsing Clock:%hu, invert:%hu, fchigh:%hu, fclow:%hu", rfLen, invert, fchigh, fclow);
                        PrintAndLog("%s decoded bitstream:",GetFSKType(fchigh,fclow,invert));
                        printDemodBuff();
                }
Impressum, Datenschutz