mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-03 14:00:04 +08:00
slight adjustment to include
removed extra unneeded path
This commit is contained in:
parent
eb191de615
commit
7db5f1ca25
2 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@
|
|||
#include "hitag2.h"
|
||||
#include "crc16.h"
|
||||
#include "string.h"
|
||||
#include "../common/lfdemod.h"
|
||||
#include "lfdemod.h"
|
||||
|
||||
|
||||
/**
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue