mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-20 21:33:19 -07:00
fix lf file includes to include own .h
thanks @iceman1001 for noticing.
This commit is contained in:
parent
f2fc0a9c4d
commit
2b4898ec71
8 changed files with 10 additions and 0 deletions
|
@ -11,6 +11,8 @@
|
|||
#ifndef CMDLFAWID_H__
|
||||
#define CMDLFAWID_H__
|
||||
|
||||
#include <stdint.h> // for uint_32+
|
||||
|
||||
int CmdLFAWID(const char *Cmd);
|
||||
int CmdAWIDReadFSK(const char *Cmd);
|
||||
int CmdAWIDSim(const char *Cmd);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue