CHG: adjusting compiling for older devices

This commit is contained in:
iceman1001 2019-01-23 11:01:11 +01:00
parent 0bec6038b7
commit 61ebdbde6b

View file

@ -7,6 +7,8 @@
//-----------------------------------------------------------------------------
// Proxmark3 RDV40 Flash memory commands
//-----------------------------------------------------------------------------
#ifdef WITH_FLASH
#include "cmdflashmem.h"
#include "mbedtls/rsa.h"
@ -604,3 +606,5 @@ int CmdHelp(const char *Cmd) {
CmdsHelp(CommandTable);
return 0;
}
#endif