Ndef and MAD (#801)

* move mifare stuff to separate folder
* add mad and ndef
This commit is contained in:
Oleg Moiseenko 2019-03-19 08:51:10 +02:00 committed by pwpiwi
parent 3d057cfb91
commit fdd9395d1a
27 changed files with 2843 additions and 1588 deletions

View file

@ -19,7 +19,7 @@
#include "usb_cmd.h"
#include "cmdmain.h"
#include "util.h"
#include "mifarehost.h"
#include "mifare/mifarehost.h"
#include "../common/iso15693tools.h"
#include "iso14443crc.h"
#include "../common/crc16.h"