mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
remove unused args in MifareEMemClr
This commit is contained in:
parent
f85420d6f3
commit
1edf4e1ef2
3 changed files with 3 additions and 3 deletions
|
@ -1625,7 +1625,7 @@ void MifareSetDbgLvl(uint16_t arg0) {
|
|||
// destroy the Emulator Memory.
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
void MifareEMemClr(uint32_t arg0, uint32_t arg1, uint32_t arg2, uint8_t *datain) {
|
||||
void MifareEMemClr(void) {
|
||||
FpgaDownloadAndGo(FPGA_BITSTREAM_HF);
|
||||
emlClearMem();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue