mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 22:03:42 -07:00
CHG: moved to header file
This commit is contained in:
parent
405944a0ac
commit
8ce95353de
2 changed files with 1 additions and 2 deletions
|
@ -1,5 +1,4 @@
|
||||||
#include "mifaredesfire.h"
|
#include "mifaredesfire.h"
|
||||||
#include "BigBuf.h"
|
|
||||||
|
|
||||||
#define MAX_APPLICATION_COUNT 28
|
#define MAX_APPLICATION_COUNT 28
|
||||||
#define MAX_FILE_COUNT 16
|
#define MAX_FILE_COUNT 16
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
#include "apps.h"
|
#include "apps.h"
|
||||||
#include "util.h"
|
#include "util.h"
|
||||||
#include "string.h"
|
#include "string.h"
|
||||||
|
#include "BigBuf.h"
|
||||||
#include "iso14443crc.h"
|
#include "iso14443crc.h"
|
||||||
#include "iso14443a.h"
|
#include "iso14443a.h"
|
||||||
#include "desfire_key.h"
|
#include "desfire_key.h"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue