]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/data.c
FIX: lf hitag : Mea culpa, simulation should not have reader_field on. thanks to...
[proxmark3-svn] / client / data.c
index 4903476924354bcf4fbb97691bf3737dd8004a3d..184a63b61220ae06e9fea5c29b3754101d95b2fa 100644 (file)
@@ -23,7 +23,7 @@ void GetFromBigBuf(uint8_t *dest, int bytes, int start_index) {
        clearCommandBuffer();
        SendCommand(&c);
 }
-void GetEMLFromBigBuf(uint8_t *dest, int bytes, int 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();
Impressum, Datenschutz