CHG: moved to header file

This commit is contained in:
iceman1001 2017-01-21 10:34:00 +01:00
commit 8ce95353de
2 changed files with 1 additions and 2 deletions

View file

@ -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

View file

@ -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"