projects
/
proxmark3-svn
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
FIX: Marshmellow hinted that I should use another fskclock method, which obeys the...
[proxmark3-svn]
/
client
/
util.c
diff --git
a/client/util.c
b/client/util.c
index 6b47eab9eba29eddd541cd115809beb00a32f66d..edd9aebce96dec0a3de08dc7ad68798a9a8a0aaf 100644
(file)
--- a/
client/util.c
+++ b/
client/util.c
@@
-237,7
+237,6
@@
uint8_t param_get8(const char *line, int paramnum)
uint8_t param_getdec(const char *line, int paramnum, uint8_t *destination)
{
uint8_t val = param_get8ex(line, paramnum, 255, 10);
- printf("read %i", (int8_t ) val);
if( (int8_t) val == -1) return 1;
(*destination) = val;
return 0;
Impressum
,
Datenschutz