chg: moved to header file

This commit is contained in:
iceman1001 2017-01-21 10:35:59 +01:00
parent 8ce95353de
commit 3c345a41b2
2 changed files with 3 additions and 6 deletions

View file

@ -14,11 +14,6 @@
//-----------------------------------------------------------------------------
#include "mifarecmd.h"
#include "apps.h"
#include "util.h"
#include "crc.h"
#include "protocols.h"
#include "parity.h"
//-----------------------------------------------------------------------------
// Select, Authenticate, Read a MIFARE tag.

View file

@ -22,5 +22,7 @@
#include "crapto1.h"
#include "mifareutil.h"
#include "common.h"
#include "crc.h"
#include "protocols.h"
#include "parity.h"
#endif