mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-20 21:33:19 -07:00
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)
This commit is contained in:
parent
d00a30d56f
commit
72622d6429
17 changed files with 230 additions and 197 deletions
|
@ -18,6 +18,7 @@
|
|||
#include "mifareutil.h" // for MF_DBGLEVEL
|
||||
#include "BigBuf.h"
|
||||
#include "apps.h"
|
||||
#include "cmd.h"
|
||||
|
||||
#ifdef WITH_SMARTCARD
|
||||
#include "smartcard.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue