FIX: comment out a #include to reveng (my experiment)

ADD: Started to add a NTAG203 identification.   Its a hard tag to pinpoint. Doesn't have GET_VERSION,
This commit is contained in:
iceman1001 2015-05-19 21:45:06 +02:00
commit 593fc3c9a3
3 changed files with 17 additions and 11 deletions

View file

@ -13,7 +13,7 @@
#include "cmdparser.h"
#include "cmdcrc.h"
//#include "reveng/reveng.h"
#include "reveng/cli.h"
//#include "reveng/cli.h"
static int CmdHelp(const char *Cmd);
int CmdCrcCalc(const char *Cmd)