From: pwpiwi Date: Tue, 24 Apr 2018 06:27:29 +0000 (+0200) Subject: USB comms: part 2 towards @micolous PR#463 (#595) X-Git-Tag: v3.1.0~57 X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/61aaee35cc838af65f943c9b6f62db28beb48c93?hp=61aaee35cc838af65f943c9b6f62db28beb48c93 USB comms: part 2 towards @micolous PR#463 (#595) * change variable 'offline' from global to static * change variable 'FlushAfterWrite' from global to static * remove unused global variable 'current_command' * WaitForResponseTimeoutW(CMD_UNKNOWN, ...) waits for any command * #include "printf.h" or in iso15693tools.c to define sprintf() * and some minor changes/comments ---