]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdmain.c
ADD: added a lot of ic ids to cmdhf15.c Thanks to Asper for the list.
[proxmark3-svn] / client / cmdmain.c
index 8d590e9e6ce76ea0538cca4fa964ede1a0d79596..b6517caa560f86de895f7b5ca5c8e3580136711c 100644 (file)
@@ -132,11 +132,9 @@ 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