mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
fix: standalone mode mattyrun now compiles
This commit is contained in:
parent
62b0732a8c
commit
81053d8c42
3 changed files with 13 additions and 12 deletions
|
@ -1650,7 +1650,7 @@ void MifareEMemGet(uint32_t arg0, uint32_t arg1) {
|
|||
// Load a card into the emulator memory
|
||||
//
|
||||
//-----------------------------------------------------------------------------
|
||||
void MifareECardLoad(uint32_t arg0, uint32_t arg1) {
|
||||
int MifareECardLoad(uint32_t arg0, uint32_t arg1) {
|
||||
uint64_t ui64Key;
|
||||
uint32_t cuid = 0;
|
||||
uint8_t numSectors = arg0;
|
||||
|
@ -1726,6 +1726,7 @@ void MifareECardLoad(uint32_t arg0, uint32_t arg1) {
|
|||
if (MF_DBGLEVEL >= 2) DbpString("EMUL FILL SECTORS FINISHED");
|
||||
|
||||
set_tracing(false);
|
||||
return (isOK) ? PM3_SUCCESS : PM3_EUNDEF;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue