X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/30691980665bfe8e9d066f8d102c1498c8f8831e..b31ef4f5104384d0d301dcd27d11b3a9861b1d82:/client/cmddata.c diff --git a/client/cmddata.c b/client/cmddata.c index 05c495d9..6dd96ab0 100644 --- a/client/cmddata.c +++ b/client/cmddata.c @@ -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(); }