mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
Clean up data types, some header cleanup, etc.
This commit is contained in:
parent
8419248d2d
commit
f7e3ed8287
17 changed files with 410 additions and 398 deletions
|
@ -5,11 +5,10 @@
|
|||
*/
|
||||
|
||||
#include "proxmark3.h"
|
||||
|
||||
#include "apps.h"
|
||||
#include "legicrf.h"
|
||||
#include <stdint.h>
|
||||
#include "util.h"
|
||||
|
||||
#include "legicrf.h"
|
||||
#include "legic_prng.h"
|
||||
#include "crc.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue