mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-22 23:24:22 +08:00
revert
This commit is contained in:
parent
2b9eb401fa
commit
bd26794c20
1 changed files with 1 additions and 1 deletions
|
@ -13,6 +13,7 @@
|
||||||
|
|
||||||
#include "mbedtls/rsa.h"
|
#include "mbedtls/rsa.h"
|
||||||
#include "mbedtls/sha1.h"
|
#include "mbedtls/sha1.h"
|
||||||
|
#include "mbedtls/base64.h"
|
||||||
|
|
||||||
#define MCK 48000000
|
#define MCK 48000000
|
||||||
//#define FLASH_BAUD 24000000
|
//#define FLASH_BAUD 24000000
|
||||||
|
@ -247,7 +248,6 @@ int CmdFlashMemLoad(const char *Cmd){
|
||||||
res = loadFile(filename, "bin", data, &datalen);
|
res = loadFile(filename, "bin", data, &datalen);
|
||||||
//int res = loadFileEML( filename, "eml", data, &datalen);
|
//int res = loadFileEML( filename, "eml", data, &datalen);
|
||||||
if ( res ) {
|
if ( res ) {
|
||||||
free(data);
|
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue