From: pwpiwi Date: Sat, 11 Jan 2020 16:11:19 +0000 (+0100) Subject: usb communication (device side) housekeeping X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/72622d6429ebd62f6e416356aeda565956352aed?hp=72622d6429ebd62f6e416356aeda565956352aed usb communication (device side) housekeeping * move cmd.[ch] and usb_cdc.[ch] to armsrc * sorting out #includes * replace byte_t by uint8_t * some reformatting * whitespace fixes * (no functional changes) ---