mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-07-16 02:03:00 -07: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…
Add table
Add a link
Reference in a new issue