From: pwpiwi Date: Sat, 28 Apr 2018 08:09:16 +0000 (+0200) Subject: USB comms: part 3 towards @micolous PR#463 X-Git-Tag: v3.1.0~56 X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/818efbebb87ec5485fbf367021dca42514dfdee0?hp=818efbebb87ec5485fbf367021dca42514dfdee0 USB comms: part 3 towards @micolous PR#463 * change variable 'sp' from global to static * move code to open and close USB port to comms.c (OpenProxmark() and CloseProxmark()) * change scope of USBCommandReceived() to static * (flasher still unchanged) ---