slight adjustment to include

removed extra unneeded path
This commit is contained in:
marshmellow42 2014-12-28 21:29:33 -05:00
parent eb191de615
commit 7db5f1ca25
2 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@
#include "hitag2.h"
#include "crc16.h"
#include "string.h"
#include "../common/lfdemod.h"
#include "lfdemod.h"
/**

View file

@ -21,7 +21,7 @@
#include "util.h"
#include "cmdmain.h"
#include "cmddata.h"
#include "../common/lfdemod.h"
#include "lfdemod.h"
static int CmdHelp(const char *Cmd);