From: pwpiwi Date: Sat, 11 Jan 2020 21:10:40 +0000 (+0100) Subject: usb communication (device side) refactoring X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/867e10a5fdf0d26c8ee63735b894e7d3953ebbb2?hp=867e10a5fdf0d26c8ee63735b894e7d3953ebbb2 usb communication (device side) refactoring * merge cmd.c into usb_cdc.c * move back usb_cdc.[ch] to common/ * declare low level functions usb_read() and usb_write() and more functions as static * use cmd_receive() in bootrom.c and appmain.c * remove unused memory wasting csrTab[100] in usb_cdc.c * replace more byte_t by uint8_t * more whitespace fixes ---