projects
/
proxmark3-svn
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix issue #116: remove includes of stdio.h in armsrc
[proxmark3-svn]
/
client
/
cmdmain.c
diff --git
a/client/cmdmain.c
b/client/cmdmain.c
index 15cb3f9875ba23afb1c5908c0530feb300190795..512aa13cc91d7e6e950de83346e9342900aef9a1 100644
(file)
--- a/
client/cmdmain.c
+++ b/
client/cmdmain.c
@@
-188,7
+188,6
@@
void UsbCommandReceived(UsbCommand *UC)
} break;
case CMD_DOWNLOADED_RAW_ADC_SAMPLES_125K: {
- sample_buf_len += UC->arg[1];
memcpy(sample_buf+(UC->arg[0]),UC->d.asBytes,UC->arg[1]);
} break;
Impressum
,
Datenschutz