mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 21:03:48 -07: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");
|
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;
|
int i;
|
||||||
uint8_t *tab = BigBuf_get_addr();
|
uint8_t *tab = BigBuf_get_addr();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue