mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
HF_Legic: remove global variable and cleanup
As requested by @iceman1001: * removed global variable * updated according to make style * added entry in CHANGELOG.md
This commit is contained in:
parent
8c8a86cb83
commit
db02a1f306
4 changed files with 45 additions and 48 deletions
|
@ -15,7 +15,6 @@
|
|||
#include "common.h"
|
||||
|
||||
void LegicRfInfo(void);
|
||||
void LegicRfReader(uint16_t offset, uint16_t len, uint8_t iv);
|
||||
int LegicRfReader(uint16_t offset, uint16_t len, uint8_t iv);
|
||||
void LegicRfWriter(uint16_t offset, uint16_t len, uint8_t iv, uint8_t *data);
|
||||
int check_success(void);
|
||||
#endif /* __LEGICRF_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue