projects
/
proxmark3-svn
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
CHG: "hf legic write" got a make over in how its called. Now called with 'offset...
[proxmark3-svn]
/
client
/
data.c
diff --git
a/client/data.c
b/client/data.c
index 4903476924354bcf4fbb97691bf3737dd8004a3d..184a63b61220ae06e9fea5c29b3754101d95b2fa 100644
(file)
--- a/
client/data.c
+++ b/
client/data.c
@@
-23,7
+23,7
@@
void GetFromBigBuf(uint8_t *dest, int bytes, int start_index) {
clearCommandBuffer();
SendCommand(&c);
}
clearCommandBuffer();
SendCommand(&c);
}
-void GetEMLFromBigBuf(uint8_t *dest,
int bytes, in
t start_index) {
+void GetEMLFromBigBuf(uint8_t *dest,
uint32_t bytes, uint32_
t start_index) {
sample_buf = dest;
UsbCommand c = {CMD_DOWNLOAD_EML_BIGBUF, {start_index, bytes, 0}};
clearCommandBuffer();
sample_buf = dest;
UsbCommand c = {CMD_DOWNLOAD_EML_BIGBUF, {start_index, bytes, 0}};
clearCommandBuffer();
Impressum
,
Datenschutz