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:
pwpiwi 2020-01-11 17:11:19 +01:00
commit 72622d6429
17 changed files with 230 additions and 197 deletions

View file

@ -17,6 +17,7 @@
#include "lfdemod.h"
#include "lfsampling.h"
#include "protocols.h"
#include "cmd.h"
#include "usb_cdc.h" // for usb_poll_validate_length
#include "fpgaloader.h"