mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-02 21:54:10 +08:00
CHG: reverted a method declaration.
This commit is contained in:
parent
74daee24b8
commit
cd07302754
1 changed files with 1 additions and 1 deletions
|
@ -382,7 +382,7 @@ void WriteTItag(uint32_t idhi, uint32_t idlo, uint16_t crc)
|
|||
DbpString("Now use 'lf ti read' to check");
|
||||
}
|
||||
|
||||
void SimulateTagLowFrequency(uint16_t period, uint32_t gap, uint8_t ledcontrol)
|
||||
void SimulateTagLowFrequency(int period, int gap, int ledcontrol)
|
||||
{
|
||||
int i;
|
||||
uint8_t *tab = BigBuf_get_addr();
|
||||
|
|
Loading…
Reference in a new issue