From: pwpiwi Date: Sat, 31 Mar 2018 07:52:43 +0000 (+0200) Subject: USB comm: prepare for @micolous change (PR#463) (#587) X-Git-Tag: v3.1.0~59 X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/f5ecd97b15797e14e691bb6f3562ec1685c96bca?hp=f5ecd97b15797e14e691bb6f3562ec1685c96bca USB comm: prepare for @micolous change (PR#463) (#587) * move communication related code from proxmark3.c and cmdmain.c to new file comms.c * replace byte_t by uint8_t in uart_posix.c and uart_win32.c * move OpenProxmark() and CloseProxmark() from flasher.c to flash.c * move print_lock mutex including initializer to ui.c * minor changes in printing help texts * no changes in comms functionality yet ---