mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
style
This commit is contained in:
parent
682f23440d
commit
59d40068e2
51 changed files with 528 additions and 528 deletions
|
@ -22,9 +22,9 @@
|
|||
#include "cmdlf.h"
|
||||
#include "lfdemod.h"
|
||||
|
||||
extern int CmdLFNEXWATCH(const char *Cmd);
|
||||
extern int CmdNexWatchDemod(const char *Cmd);
|
||||
extern int CmdNexWatchRead(const char *Cmd);
|
||||
int CmdLFNEXWATCH(const char *Cmd);
|
||||
int CmdNexWatchDemod(const char *Cmd);
|
||||
int CmdNexWatchRead(const char *Cmd);
|
||||
|
||||
extern int detectNexWatch(uint8_t *dest, size_t *size, bool *invert);
|
||||
int detectNexWatch(uint8_t *dest, size_t *size, bool *invert);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue