mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
FIX: 'hf snoop' - forcing function to clean up AT91C_BASE_SSC->SSC_RFMR into default setup values.
FIX: 'lf ti' - forcing to cleaning up of SSC when finished.
This commit is contained in:
parent
dcdac209d4
commit
60afef3938
2 changed files with 11 additions and 10 deletions
|
@ -319,6 +319,9 @@ void AcquireTiType(void)
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
// reset SSC
|
||||
FpgaSetupSsc();
|
||||
}
|
||||
|
||||
// arguments: 64bit data split into 32bit idhi:idlo and optional 16bit crc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue