mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-21 05:43:23 -07:00
Remove local armsrc/stdint.h and fix some other #includes
This commit is contained in:
parent
8a8e7c6914
commit
b8e461ff61
13 changed files with 22 additions and 47 deletions
|
@ -11,10 +11,14 @@
|
|||
// functions, You need to do the setup before calling them!
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
#include "apps.h"
|
||||
#include "iso14443a.h"
|
||||
#include "iso14443b.h"
|
||||
#include "epa.h"
|
||||
#include "cmd.h"
|
||||
#include "fpgaloader.h"
|
||||
#include "string.h"
|
||||
#include "util.h"
|
||||
|
||||
// Protocol and Parameter Selection Request for ISO 14443 type A cards
|
||||
// use regular (1x) speed in both directions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue