]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
fix print clock as decimal instead of uint8_t 158/head
authormarshmellow42 <marshmellowrf@gmail.com>
Thu, 28 Jan 2016 05:27:53 +0000 (00:27 -0500)
committermarshmellow42 <marshmellowrf@gmail.com>
Thu, 28 Jan 2016 05:27:53 +0000 (00:27 -0500)
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