mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
fixs
This commit is contained in:
parent
af93809d07
commit
4ff7514232
4 changed files with 6 additions and 5 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue