mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-19 12:59:44 -07:00
fix copy paste header issue
thanks @iceman101 for noticing. since i forgot to remove it from cmddata.h it didn't show during compile.
This commit is contained in:
parent
5bce72d5e3
commit
b2f565142c
2 changed files with 2 additions and 3 deletions
|
@ -35,7 +35,6 @@ int CmdDetectClockRate(const char *Cmd);
|
||||||
int CmdFSKrawdemod(const char *Cmd);
|
int CmdFSKrawdemod(const char *Cmd);
|
||||||
int CmdPSK1rawDemod(const char *Cmd);
|
int CmdPSK1rawDemod(const char *Cmd);
|
||||||
int CmdPSK2rawDemod(const char *Cmd);
|
int CmdPSK2rawDemod(const char *Cmd);
|
||||||
int CmdPSKNexWatch(const char *Cmd);
|
|
||||||
int CmdGrid(const char *Cmd);
|
int CmdGrid(const char *Cmd);
|
||||||
int CmdGetBitStream(const char *Cmd);
|
int CmdGetBitStream(const char *Cmd);
|
||||||
int CmdHexsamples(const char *Cmd);
|
int CmdHexsamples(const char *Cmd);
|
||||||
|
|
|
@ -9,6 +9,6 @@
|
||||||
#ifndef CMDLFNEXWATCH_H__
|
#ifndef CMDLFNEXWATCH_H__
|
||||||
#define CMDLFNEXWATCH_H__
|
#define CMDLFNEXWATCH_H__
|
||||||
extern int CmdLFNexWatch(const char *Cmd);
|
extern int CmdLFNexWatch(const char *Cmd);
|
||||||
extern int CmdFSKdemodParadox(const char *Cmd);
|
extern int CmdPSKNexWatch(const char *Cmd);
|
||||||
extern int CmdParadoxRead(const char *Cmd);
|
extern int CmdNexWatchRead(const char *Cmd);
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue