chg: moved to header file
This commit is contained in:
@@ -14,11 +14,6 @@
|
|||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
|
|
||||||
#include "mifarecmd.h"
|
#include "mifarecmd.h"
|
||||||
#include "apps.h"
|
|
||||||
#include "util.h"
|
|
||||||
#include "crc.h"
|
|
||||||
#include "protocols.h"
|
|
||||||
#include "parity.h"
|
|
||||||
|
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
// Select, Authenticate, Read a MIFARE tag.
|
// Select, Authenticate, Read a MIFARE tag.
|
||||||
|
|||||||
@@ -22,5 +22,7 @@
|
|||||||
#include "crapto1.h"
|
#include "crapto1.h"
|
||||||
#include "mifareutil.h"
|
#include "mifareutil.h"
|
||||||
#include "common.h"
|
#include "common.h"
|
||||||
|
#include "crc.h"
|
||||||
|
#include "protocols.h"
|
||||||
|
#include "parity.h"
|
||||||
#endif
|
#endif
|
||||||
Reference in New Issue
Block a user