projects
/
proxmark3-svn
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c4c3af7
)
fix print clock as decimal instead of uint8_t
158/head
author
marshmellow42
<marshmellowrf@gmail.com>
Thu, 28 Jan 2016 05:27:53 +0000
(
00:27
-0500)
committer
marshmellow42
<marshmellowrf@gmail.com>
Thu, 28 Jan 2016 05:27:53 +0000
(
00:27
-0500)
client/cmddata.c
patch
|
blob
|
blame
|
history
diff --git
a/client/cmddata.c
b/client/cmddata.c
index 05c495d977969d0e647a588c168ad5f673f1e027..6dd96ab0289d21099359e1e0b49c63848457044d 100644
(file)
--- 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();
}
Impressum
,
Datenschutz