]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdmain.c
FIX: a solution for the issue "hf mf esave - always saves 4K"
[proxmark3-svn] / client / cmdmain.c
index b6517caa560f86de895f7b5ca5c8e3580136711c..15cb3f9875ba23afb1c5908c0530feb300190795 100644 (file)
@@ -132,9 +132,11 @@ int getCommand(UsbCommand* response)
 bool WaitForResponseTimeout(uint32_t cmd, UsbCommand* response, size_t ms_timeout) {
   
   UsbCommand resp;
+       
        if (response == NULL)
     response = &resp;
 
+
   // Wait until the command is received
   for(size_t dm_seconds=0; dm_seconds < ms_timeout/10; dm_seconds++) {
 
Impressum, Datenschutz