mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-19 22:00:34 +08:00
fix compilation
This commit is contained in:
parent
89bae75c55
commit
4154f3dd1a
2 changed files with 2 additions and 2 deletions
|
@ -940,7 +940,7 @@ static bool hitag2_read_uid(uint8_t *rx, const size_t rxlen, uint8_t *tx, size_t
|
||||||
}
|
}
|
||||||
|
|
||||||
// Hitag2 Sniffing
|
// Hitag2 Sniffing
|
||||||
void SniffHitag(uint32_t type) {
|
void SniffHitag(void) {
|
||||||
|
|
||||||
LEDsoff();
|
LEDsoff();
|
||||||
StopTicks();
|
StopTicks();
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
#include "common.h"
|
#include "common.h"
|
||||||
#include "hitag.h"
|
#include "hitag.h"
|
||||||
|
|
||||||
void SniffHitag(uint32_t type);
|
void SniffHitag(void);
|
||||||
void SimulateHitagTag(bool tag_mem_supplied, uint8_t *data);
|
void SimulateHitagTag(bool tag_mem_supplied, uint8_t *data);
|
||||||
void ReaderHitag(hitag_function htf, hitag_data *htd);
|
void ReaderHitag(hitag_function htf, hitag_data *htd);
|
||||||
void WriterHitag(hitag_function htf, hitag_data *htd, int page);
|
void WriterHitag(hitag_function htf, hitag_data *htd, int page);
|
||||||
|
|
Loading…
Reference in a new issue