mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
fix.. don't ask..
This commit is contained in:
parent
bc131dd105
commit
f805fe995b
1 changed files with 1 additions and 1 deletions
|
@ -634,7 +634,7 @@ void CmdHIDsimTAGEx( uint32_t hi, uint32_t lo, int ledcontrol, int numcycles) {
|
|||
}
|
||||
|
||||
void CmdHIDsimTAG( uint32_t hi, uint32_t lo, int ledcontrol) {
|
||||
void CmdHIDsimTAGEx( hi, lo, ledcontrol, -1);
|
||||
CmdHIDsimTAGEx( hi, lo, ledcontrol, -1);
|
||||
}
|
||||
|
||||
// prepare a waveform pattern in the buffer based on the ID given then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue