mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 04:50:12 -07:00
fixs
This commit is contained in:
parent
af93809d07
commit
4ff7514232
4 changed files with 6 additions and 5 deletions
|
@ -82,7 +82,7 @@ else
|
|||
endif
|
||||
|
||||
ifneq (,$(findstring WITH_ZX8211,$(APP_CFLAGS)))
|
||||
SRC_ZX = lfxz.c
|
||||
SRC_ZX = lfzx.c
|
||||
else
|
||||
SRC_ZX =
|
||||
endif
|
||||
|
|
|
@ -12,6 +12,7 @@
|
|||
|
||||
#include "lfzx.h"
|
||||
#include "pm3_cmd.h" // struct
|
||||
#include "zx8211.h"
|
||||
|
||||
int zx8211_read(zx8211_data_t *zxd, bool ledcontrol) {
|
||||
return PM3_SUCCESS;
|
||||
|
|
|
@ -7,12 +7,12 @@
|
|||
//-----------------------------------------------------------------------------
|
||||
// Low frequency ZX8211 funtions
|
||||
//-----------------------------------------------------------------------------
|
||||
#ifndef __LFOPS_H
|
||||
#define __LFOPS_H
|
||||
#ifndef __LFZX_H
|
||||
#define __LFZX_H
|
||||
|
||||
#include "common.h"
|
||||
#include "pm3_cmd.h" // struct
|
||||
|
||||
#include "zx8211.h"
|
||||
|
||||
int zx8211_read(zx8211_data_t *zxd, bool ledcontrol);
|
||||
int zx8211_write(zx8211_data_t *zxd, bool ledcontrol);
|
||||
|
|
|
@ -25,8 +25,8 @@
|
|||
#include "protocols.h" // for T55xx config register definitions
|
||||
#include "lfdemod.h" // parityTest
|
||||
#include "cmdlft55xx.h" // write verify
|
||||
#include "cmdlfem4x05.h" //
|
||||
#include "cliparser.h"
|
||||
#include "zx8211.h"
|
||||
|
||||
static int CmdHelp(const char *Cmd);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue